remove mouse on writterdeck
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user