Add 11th workspace

This commit is contained in:
2024-06-25 22:18:07 -05:00
parent f2745f024d
commit 7426c4211a
3 changed files with 6 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ bindsym $mod+7 workspace $w7
bindsym $mod+8 workspace $w8
bindsym $mod+9 workspace $w9
bindsym $mod+0 workspace $w10
bindsym $mod+minus workspace $w11
bindsym $mod+period workspace next
bindsym $mod+comma workspace prev
# Move the focused container to a specific workspace
@@ -87,3 +88,4 @@ bindsym $mod+$shift+7 move container to workspace $w7
bindsym $mod+$shift+8 move container to workspace $w8
bindsym $mod+$shift+9 move container to workspace $w9
bindsym $mod+$shift+0 move container to workspace $w10
bindsym $mod+$shift+minus move container to workspace $w11