sway: Add bindings for moving workspaces
This commit is contained in:
parent
3b1a3d284f
commit
0a2e6cf281
|
@ -88,6 +88,17 @@ bindsym $mod+Shift+8 move container to workspace 8
|
|||
bindsym $mod+Shift+9 move container to workspace 9
|
||||
bindsym $mod+Shift+0 move container to workspace 10
|
||||
|
||||
# Moving workspaces between outputs
|
||||
bindsym $mod+Control+$left move workspace to output left
|
||||
bindsym $mod+Control+$down move workspace to output down
|
||||
bindsym $mod+Control+$up move workspace to output up
|
||||
bindsym $mod+Control+$right move workspace to output right
|
||||
|
||||
bindsym $mod+Control+Left move workspace to output left
|
||||
bindsym $mod+Control+Down move workspace to output down
|
||||
bindsym $mod+Control+Up move workspace to output up
|
||||
bindsym $mod+Control+Right move workspace to output right
|
||||
|
||||
# open next window as (vertical/horizontal) split
|
||||
bindsym $mod+b splith
|
||||
bindsym $mod+v splitv
|
||||
|
|
Reference in a new issue