feat: improve cursor hiding

This commit is contained in:
Leon Schwarzäugl 2025-02-25 19:41:42 +01:00
parent 86ef858d59
commit 754d475bba
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 48 additions and 38 deletions

View file

@ -10565,6 +10565,11 @@ Currently, I am too lazy to explain every option here, but most of it is very se
{ command = "kitty -T kittyterm -o confirm_os_window_close=0 zellij attach --create kittyterm"; }
{ command = "sleep 60; kitty -T spotifytui -o confirm_os_window_close=0 spotify_player"; }
];
seat = {
"*" = {
hide_cursor = "when-typing enable";
};
};
window = {
border = 1;
titlebar = false;
@ -10712,8 +10717,8 @@ Currently, I am too lazy to explain every option here, but most of it is very se
exec systemctl --user import-environment
exec swayidle -w
seat seat0 hide_cursor 1000
seat * hide_cursor 2000
${swayfxSettings}
";

View file

@ -135,6 +135,11 @@ in
{ command = "kitty -T kittyterm -o confirm_os_window_close=0 zellij attach --create kittyterm"; }
{ command = "sleep 60; kitty -T spotifytui -o confirm_os_window_close=0 spotify_player"; }
];
seat = {
"*" = {
hide_cursor = "when-typing enable";
};
};
window = {
border = 1;
titlebar = false;
@ -282,8 +287,8 @@ in
exec systemctl --user import-environment
exec swayidle -w
seat seat0 hide_cursor 1000
seat * hide_cursor 2000
${swayfxSettings}
";