summaryrefslogtreecommitdiff
path: root/.config/sway
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.xyz>2023-05-11 19:09:45 +0200
committerAdam Stück <adam@adast.xyz>2023-05-11 19:09:45 +0200
commit53ba8859358b774b1f6007873f067ef1eefcbdd8 (patch)
treebccd50a369e7874c9c17cbeccc33a7f92549f5fd /.config/sway
parentac0422a9eb7ca9faae96566ca92a7e579d9a6437 (diff)
sway: hide cursor on inactivity or when typing
Diffstat (limited to '.config/sway')
-rw-r--r--.config/sway/config3
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'