mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: improve cursor hiding
This commit is contained in:
parent
86ef858d59
commit
754d475bba
2 changed files with 48 additions and 38 deletions
|
|
@ -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}
|
||||
";
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue