Add keybindings to change monitor focus
This commit is contained in:
parent
6ba9a3dea4
commit
b28bad9a1b
1 changed files with 8 additions and 0 deletions
|
@ -91,6 +91,10 @@ bindsym $mod+Down focus down
|
|||
bindsym $mod+Up focus up
|
||||
bindsym $mod+Right focus right
|
||||
|
||||
# change focus across monitors
|
||||
bindsym $mod+period focus output right
|
||||
bindsym $mod+comma focus output left
|
||||
|
||||
# move focused window
|
||||
bindsym $mod+Shift+h move left
|
||||
bindsym $mod+Shift+j move down
|
||||
|
@ -103,6 +107,10 @@ bindsym $mod+Shift+Down move down
|
|||
bindsym $mod+Shift+Up move up
|
||||
bindsym $mod+Shift+Right move right
|
||||
|
||||
# move focused window across monitors
|
||||
bindsym $mod+Shift+greater move container to output right
|
||||
bindsym $mod+Shift+less move container to output left
|
||||
|
||||
# split in horizontal orientation
|
||||
bindsym $mod+Shift+b split h
|
||||
|
||||
|
|
Loading…
Reference in a new issue