Bind moving workspace

This commit is contained in:
2023-09-22 08:59:57 +02:00
parent 714ad2c276
commit 0b85dadf15

View File

@@ -8,4 +8,10 @@ bindsym $mod+Right focus right
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
bindsym $mod+Shift+Right move right
# Move current workspace
bindsym $mod+Control+Shift+Right move workspace to output right
bindsym $mod+Control+Shift+Left move workspace to output left
bindsym $mod+Control+Shift+Down move workspace to output down
bindsym $mod+Control+Shift+Up move workspace to output up