diff options
author | Adam Stück <adam@adast.xyz> | 2023-05-11 19:09:45 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-05-11 19:09:45 +0200 |
commit | 53ba8859358b774b1f6007873f067ef1eefcbdd8 (patch) | |
tree | bccd50a369e7874c9c17cbeccc33a7f92549f5fd /.config/sway/config | |
parent | ac0422a9eb7ca9faae96566ca92a7e579d9a6437 (diff) |
sway: hide cursor on inactivity or when typing
Diffstat (limited to '.config/sway/config')
-rw-r--r-- | .config/sway/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config index 329a009..0437487 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -163,6 +163,9 @@ for_window [window_role="About"] floating enable for_window [class="Nextcloud"] floating enable seat seat0 xcursor_theme phinger-cursors-light 32 +seat * hide_cursor when-typing enable +seat * hide_cursor 8000 + set $gnome-schema org.gnome.desktop.interface exec_always { gsettings set $gnome-schema cursor-theme 'phinger-cursors-light' |