mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-22 07:53:51 +01:00
Don't change focus by mouse movement
This commit is contained in:
parent
69a9b7c005
commit
f6ab5aced0
@ -41,6 +41,9 @@ bindsym $mod+Down focus down
|
||||
bindsym $mod+Up focus up
|
||||
bindsym $mod+Right focus right
|
||||
|
||||
# don't follow the mouse
|
||||
focus_follows_mouse no
|
||||
|
||||
# move focused window vim style
|
||||
bindsym $mod+Shift+h move left
|
||||
bindsym $mod+Shift+j move down
|
||||
|
Loading…
Reference in New Issue
Block a user