mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
i3: fix move/change window bindings
THIS EXPLAINS SO MUCH I THOUGHT I WAS GOING MAD
This commit is contained in:
parent
12a46db7dd
commit
8b1f6aaa01
@ -14,15 +14,15 @@ bindsym $alt+F4 kill
|
||||
|
||||
# change window focus
|
||||
bindsym $mod+d focus left
|
||||
bindsym $mod+n focus right
|
||||
bindsym $mod+t focus up
|
||||
bindsym $mod+h focus down
|
||||
bindsym $mod+t focus up
|
||||
bindsym $mod+n focus right
|
||||
|
||||
# move focused window
|
||||
bindsym $mod+Shift+d move left
|
||||
bindsym $mod+Shift+n move down
|
||||
bindsym $mod+Shift+h move down
|
||||
bindsym $mod+Shift+t move up
|
||||
bindsym $mod+Shift+h move right
|
||||
bindsym $mod+Shift+n move right
|
||||
|
||||
# split in horizontal orientation
|
||||
bindsym $mod+m split h
|
||||
|
Loading…
Reference in New Issue
Block a user