Add shortcuts to move workspaces between monitors

This commit is contained in:
Adam Gausmann 2023-02-07 23:09:19 -06:00
parent 55e72443e4
commit eac0592719

View file

@ -95,6 +95,11 @@ bindsym $mod+Shift+$kdown move down
bindsym $mod+Shift+$kup move up
bindsym $mod+Shift+$kright move right
bindsym $mod+Ctrl+$kleft move workspace to output left
bindsym $mod+Ctrl+$kdown move workspace to output down
bindsym $mod+Ctrl+$kup move workspace to output up
bindsym $mod+Ctrl+$kright move workspace to output right
bindsym $mod+f fullscreen toggle
bindsym $mod+Shift+space floating toggle