diff --git a/sericea/.config/sway/config.d/03-keybinds.conf b/sericea/.config/sway/config.d/03-keybinds.conf index 6aee613f..a60c9cf7 100644 --- a/sericea/.config/sway/config.d/03-keybinds.conf +++ b/sericea/.config/sway/config.d/03-keybinds.conf @@ -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 diff --git a/sericea/.config/sway/machine.d/dsk-ryzen-1.ws.mgmt.desu.ltd.conf b/sericea/.config/sway/machine.d/dsk-ryzen-1.ws.mgmt.desu.ltd.conf index 73a3ecca..294111f3 100644 --- a/sericea/.config/sway/machine.d/dsk-ryzen-1.ws.mgmt.desu.ltd.conf +++ b/sericea/.config/sway/machine.d/dsk-ryzen-1.ws.mgmt.desu.ltd.conf @@ -34,6 +34,7 @@ set $w7 7 set $w8 8 set $w9 9 set $w10 10 +set $w11 11 # Workspace setup for my desktop # Defaults to whatever on my laptop and on other machines workspace $w1 output $monprim @@ -47,4 +48,5 @@ workspace $w7 output $monprim workspace $w10 output $monsec workspace $w8 output $monsec workspace $w9 output $monsec +workspace $w11 output $monsec diff --git a/sericea/.config/sway/machine.d/lap-fw-diy-1.ws.mgmt.desu.ltd.conf b/sericea/.config/sway/machine.d/lap-fw-diy-1.ws.mgmt.desu.ltd.conf index b9fd11ed..baf6b1d5 100644 --- a/sericea/.config/sway/machine.d/lap-fw-diy-1.ws.mgmt.desu.ltd.conf +++ b/sericea/.config/sway/machine.d/lap-fw-diy-1.ws.mgmt.desu.ltd.conf @@ -14,6 +14,7 @@ set $w7 7 set $w8 8 set $w9 9 set $w10 10 +set $w11 11 # Workspace setup for my desktop # Defaults to whatever on my laptop and on other machines workspace $w1 output $mon @@ -26,3 +27,4 @@ workspace $w7 output $mon workspace $w8 output $mon workspace $w9 output $mon workspace $w10 output $mon +workspace $w11 output $mon