fixed typo in discord workspace assignation
This commit is contained in:
parent
e54d5a9646
commit
af246e6f60
|
@ -191,7 +191,7 @@ bindsym $mod+Shift+0 move container to workspace $ws10
|
||||||
|
|
||||||
# Assignation
|
# Assignation
|
||||||
assign [class="^Slack$"] $ws1
|
assign [class="^Slack$"] $ws1
|
||||||
assign [class="^discord$"] $w1
|
assign [class="^discord$"] $ws1
|
||||||
assign [class="^looking-glass-client$"] $ws3
|
assign [class="^looking-glass-client$"] $ws3
|
||||||
|
|
||||||
# screen
|
# screen
|
||||||
|
|
Loading…
Reference in New Issue