Compare commits

..

2 Commits

Author SHA1 Message Date
71dd9ad849 Add 11th workspace to waybar 2024-06-25 22:18:35 -05:00
7426c4211a Add 11th workspace 2024-06-25 22:18:07 -05:00
4 changed files with 8 additions and 1 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

View File

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

View File

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

View File

@ -18,7 +18,8 @@
"7": ["eDP-1", "DP-1"],
"8": ["eDP-1", "DP-2"],
"9": ["eDP-1", "DP-2"],
"10": ["eDP-1", "DP-2"]
"10": ["eDP-1", "DP-2"],
"11": ["eDP-1", "DP-2"]
}
},
"sway/window": {