diff --git a/sway/.config/sway/config b/sway/.config/sway/config index f0e98038..d0c428f4 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -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%