sway: Workspace 4
This commit is contained in:
parent
ce0202421d
commit
0060161234
1 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ input * {
|
||||||
bindsym $mod+m workspace number 1
|
bindsym $mod+m workspace number 1
|
||||||
bindsym $mod+comma workspace number 2
|
bindsym $mod+comma workspace number 2
|
||||||
bindsym $mod+period workspace number 3
|
bindsym $mod+period workspace number 3
|
||||||
# bindsym $mod+4 workspace number 4
|
bindsym $mod+apostrophe workspace number 4
|
||||||
# bindsym $mod+5 workspace number 5
|
# bindsym $mod+5 workspace number 5
|
||||||
# bindsym $mod+6 workspace number 6
|
# bindsym $mod+6 workspace number 6
|
||||||
# bindsym $mod+7 workspace number 7
|
# bindsym $mod+7 workspace number 7
|
||||||
|
@ -120,7 +120,7 @@ input * {
|
||||||
bindsym $mod+Shift+m move container to workspace number 1
|
bindsym $mod+Shift+m move container to workspace number 1
|
||||||
bindsym $mod+Shift+comma move container to workspace number 2
|
bindsym $mod+Shift+comma move container to workspace number 2
|
||||||
bindsym $mod+Shift+period move container to workspace number 3
|
bindsym $mod+Shift+period move container to workspace number 3
|
||||||
# bindsym $mod+Shift+4 move container to workspace number 4
|
bindsym $mod+Shift+apostrophe move container to workspace number 4
|
||||||
# bindsym $mod+Shift+5 move container to workspace number 5
|
# bindsym $mod+Shift+5 move container to workspace number 5
|
||||||
# bindsym $mod+Shift+6 move container to workspace number 6
|
# bindsym $mod+Shift+6 move container to workspace number 6
|
||||||
# bindsym $mod+Shift+7 move container to workspace number 7
|
# bindsym $mod+Shift+7 move container to workspace number 7
|
||||||
|
|
Loading…
Reference in a new issue