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";