From e256d921fba3983df044bc991a1b5a78c8a901f7 Mon Sep 17 00:00:00 2001 From: Joseph Groocock Date: Tue, 19 Apr 2016 16:43:55 +0100 Subject: [PATCH] focus follows mouse in i3, because scrolling --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 0329f9d..aecb165 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -118,7 +118,7 @@ gaps outer 2 #smart_gaps on # Do not follow the mouse -focus_follows_mouse no +focus_follows_mouse yes # keybindings bindsym $mod+Shift+j reload