1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-22 16:03:50 +01:00

Don't change focus by mouse movement

This commit is contained in:
Valentin Brandl 2020-02-19 14:06:36 +01:00
parent 69a9b7c005
commit f6ab5aced0
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -41,6 +41,9 @@ bindsym $mod+Down focus down
bindsym $mod+Up focus up bindsym $mod+Up focus up
bindsym $mod+Right focus right bindsym $mod+Right focus right
# don't follow the mouse
focus_follows_mouse no
# move focused window vim style # move focused window vim style
bindsym $mod+Shift+h move left bindsym $mod+Shift+h move left
bindsym $mod+Shift+j move down bindsym $mod+Shift+j move down