mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
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:
parent
d391f5335b
commit
f2596ba263
@ -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%
|
||||
|
Loading…
Reference in New Issue
Block a user