sway: extra workspaces
This commit is contained in:
parent
7c08477cbf
commit
756f681269
1 changed files with 6 additions and 6 deletions
|
@ -116,9 +116,9 @@ input * {
|
|||
bindsym $mod+comma workspace number 2
|
||||
bindsym $mod+period workspace number 3
|
||||
bindsym $mod+apostrophe workspace number 4
|
||||
# bindsym $mod+5 workspace number 5
|
||||
# bindsym $mod+6 workspace number 6
|
||||
# bindsym $mod+7 workspace number 7
|
||||
bindsym $mod+5 workspace number 5
|
||||
bindsym $mod+6 workspace number 6
|
||||
bindsym $mod+7 workspace number 7
|
||||
# bindsym $mod+8 workspace "8: comms"
|
||||
# bindsym $mod+9 workspace "9: media"
|
||||
# bindsym $mod+0 workspace number 10
|
||||
|
@ -127,9 +127,9 @@ input * {
|
|||
bindsym $mod+Shift+comma move container to workspace number 2
|
||||
bindsym $mod+Shift+period move container to workspace number 3
|
||||
bindsym $mod+Shift+apostrophe move container to workspace number 4
|
||||
# bindsym $mod+Shift+5 move container to workspace number 5
|
||||
# bindsym $mod+Shift+6 move container to workspace number 6
|
||||
# bindsym $mod+Shift+7 move container to workspace number 7
|
||||
bindsym $mod+Shift+5 move container to workspace number 5
|
||||
bindsym $mod+Shift+6 move container to workspace number 6
|
||||
bindsym $mod+Shift+7 move container to workspace number 7
|
||||
# bindsym $mod+Shift+8 move container to workspace "8: comms"
|
||||
# bindsym $mod+Shift+9 move container to workspace "9: media"
|
||||
# bindsym $mod+Shift+0 move container to workspace number 10
|
||||
|
|
Loading…
Reference in a new issue