Add keybindings to change monitor focus

This commit is contained in:
Ethan Lane 2023-01-04 18:03:32 +00:00
parent 6ba9a3dea4
commit b28bad9a1b
Signed by: Vylpes
GPG key ID: EED233CC06D12504

View file

@ -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