sway: Disable hide cursor when typing. It interferes with games.
This commit is contained in:
parent
31a65ac003
commit
085c91f909
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ in
|
||||||
|
|
||||||
seat = {
|
seat = {
|
||||||
"seat0" = {
|
"seat0" = {
|
||||||
hide_cursor = "when-typing enable";
|
hide_cursor = "when-typing disable";
|
||||||
xcursor_theme = "${config.home.pointerCursor.name} ${toString config.home.pointerCursor.size}";
|
xcursor_theme = "${config.home.pointerCursor.name} ${toString config.home.pointerCursor.size}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue