sway: Disable hide cursor when typing. It interferes with games.

This commit is contained in:
Erwin Boskma 2024-10-24 13:49:29 +02:00
parent 31a65ac003
commit 085c91f909
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -274,7 +274,7 @@ in
seat = {
"seat0" = {
hide_cursor = "when-typing enable";
hide_cursor = "when-typing disable";
xcursor_theme = "${config.home.pointerCursor.name} ${toString config.home.pointerCursor.size}";
};
};