remove mouse on writterdeck

This commit is contained in:
2026-07-14 02:13:55 +00:00
parent 46752fe123
commit cc579a84f9
+4 -1
View File
@@ -83,8 +83,11 @@ in
font-bold = "${mainFont}:size=${toString fontSize}"; font-bold = "${mainFont}:size=${toString fontSize}";
pad = "12x12"; pad = "12x12";
}; };
mouse = {
hide-when-typing = "yes";
};
scrollback.lines = 10000; scrollback.lines = 10000;
cursor.style = "beam"; cursor.style = "block";
colors-dark = { colors-dark = {
alpha = 1.0; alpha = 1.0;
background = "282828"; background = "282828";