config: Fix workspaces
As the workspace keybindings were broken, fix them.
This commit is contained in:
parent
28a0adf76c
commit
60760861c2
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ bindsym $mod+4 workspace number $ws4
|
|||
bindsym $mod+5 workspace number $ws5
|
||||
bindsym $mod+6 workspace number $ws6
|
||||
bindsym $mod+7 workspace number $ws7
|
||||
bindsym $mod+8 workspace number $w8
|
||||
bindsym $mod+9 workspace number $w9
|
||||
bindsym $mod+8 workspace number $ws8
|
||||
bindsym $mod+9 workspace number $ws9
|
||||
bindsym $mod+0 workspace number $ws10
|
||||
|
||||
# Move focused container to workspace
|
||||
|
|
Loading…
Reference in a new issue