diff options
-rw-r--r-- | i3.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork # and nm-applet is a desktop environment-independent system tray GUI for it. exec --no-startup-id nm-applet +# Focus follows mouse +focus_follows_mouse no + # Volume binds set $refresh_i3status killall -SIGUSR1 i3status bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +10% && $refresh_i3status |