Add signal desktop app to chat workspace
This commit is contained in:
parent
6a496c2b37
commit
10a19e26bc
|
@ -275,6 +275,7 @@ assign [class="(?i)firefox"] $ws2
|
|||
assign [class="Thunar"] $ws3
|
||||
assign [class="thunderbird"] $ws4
|
||||
assign [class="TelegramDesktop"] $ws5
|
||||
assign [class="Signal"] $ws5
|
||||
|
||||
# automatic set focus new window if it opens on another workspace than the current:
|
||||
for_window [class=wezterm] focus
|
||||
|
@ -282,6 +283,7 @@ for_window [class=(?i)firefox] focus
|
|||
for_window [class=Thunar] focus
|
||||
for_window [class=Thunderbird] focus
|
||||
for_window [class=TelegramDesktop] focus
|
||||
for_window [class=Signal] focus
|
||||
|
||||
##############
|
||||
# compositor #
|
||||
|
|
Loading…
Reference in a new issue