Add shortcuts to move workspace to output up / down

This commit is contained in:
Pierre Martin
2015-10-13 21:03:57 +02:00
parent 8f3ea357d5
commit 15919cbb48

View File

@@ -100,6 +100,8 @@ bindsym $mod+Shift+k workspace next_on_output
# move workspaces between outputs # move workspaces between outputs
bindsym $mod+Control+Left move workspace to output left bindsym $mod+Control+Left move workspace to output left
bindsym $mod+Control+Right move workspace to output right bindsym $mod+Control+Right move workspace to output right
bindsym $mod+Control+Up move workspace to output up
bindsym $mod+Control+Down move workspace to output down
# move focused container to workspace # move focused container to workspace
bindsym $mod+Shift+1 move container to workspace 1 bindsym $mod+Shift+1 move container to workspace 1