From cc579a84f954ee4dc76177b802288db3f31c8ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Porta?= Date: Tue, 14 Jul 2026 02:13:55 +0000 Subject: [PATCH] remove mouse on writterdeck --- hosts/writter-deck/home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/writter-deck/home.nix b/hosts/writter-deck/home.nix index 1f4944b..7f65f3c 100644 --- a/hosts/writter-deck/home.nix +++ b/hosts/writter-deck/home.nix @@ -83,8 +83,11 @@ in font-bold = "${mainFont}:size=${toString fontSize}"; pad = "12x12"; }; + mouse = { + hide-when-typing = "yes"; + }; scrollback.lines = 10000; - cursor.style = "beam"; + cursor.style = "block"; colors-dark = { alpha = 1.0; background = "282828";