sway: n workspace
This commit is contained in:
parent
1f27d1a240
commit
3d3f284045
1 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ input * {
|
|||
bindsym $mod+o workspace 3:o
|
||||
bindsym $mod+p workspace 4:p
|
||||
bindsym $mod+y workspace 5:y
|
||||
bindsym $mod+6 workspace number 6
|
||||
bindsym $mod+n workspace 6:n
|
||||
bindsym $mod+7 workspace number 7
|
||||
bindsym $mod+8 workspace number 8
|
||||
bindsym $mod+9 workspace number 9
|
||||
|
@ -121,7 +121,7 @@ input * {
|
|||
bindsym $mod+Shift+o move container to workspace 3:o
|
||||
bindsym $mod+Shift+p move container to workspace 4:p
|
||||
bindsym $mod+Shift+y move container to workspace 5:y
|
||||
bindsym $mod+Shift+6 move container to workspace number 6
|
||||
bindsym $mod+Shift+n move container to workspace 6:n
|
||||
bindsym $mod+Shift+7 move container to workspace number 7
|
||||
bindsym $mod+Shift+8 move container to workspace number 8
|
||||
bindsym $mod+Shift+9 move container to workspace number 9
|
||||
|
|
Loading…
Reference in a new issue