diff --git a/i3.conf b/i3.conf index 77b496d..3403c45 100644 --- a/i3.conf +++ b/i3.conf @@ -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