sway: Add bindings for moving workspaces

home-manager
Simon Bruder 2020-08-28 16:01:25 +02:00
parent 3b1a3d284f
commit 0a2e6cf281
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 11 additions and 0 deletions

View File

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