sway: Hide the cursor when inactive

Now sway behaves similarly to unclutter on bspwm/xorg, and we don't have
to worry about moving the cursor out of the way since it automatically
disappears.
This commit is contained in:
Donovan Glover 2022-03-21 11:38:42 -04:00
parent d391f5335b
commit f2596ba263
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -158,6 +158,9 @@ default_border none
# Start fcitx (input method of choice)
exec fcitx5
# Hide the cursor after 5 seconds
seat seat0 hide_cursor 5000
# Fn keys
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%