Remove double quotes from workspaces names
This commit is contained in:
parent
4279feb247
commit
63a191a151
1 changed files with 5 additions and 5 deletions
|
@ -47,11 +47,11 @@ bindsym $mod+Shift+Right move right
|
|||
|
||||
# Workspaces:
|
||||
# -----------
|
||||
set $ws1 "1: "
|
||||
set $ws2 "2: "
|
||||
set $ws3 "3: "
|
||||
set $ws4 "4:
|
||||
set $ws5 "5: "
|
||||
set $ws1 1:
|
||||
set $ws2 2:
|
||||
set $ws3 3:
|
||||
set $ws4 4:
|
||||
set $ws5 5:
|
||||
|
||||
assign [app_id="^firefox$"] $ws3
|
||||
assign [class="keepassxc"] $ws3
|
||||
|
|
Reference in a new issue