Update sway applications
This commit is contained in:
parent
d7f35131dc
commit
25f158169f
|
@ -1,15 +1,17 @@
|
|||
# switch to workspace with urgent window automatically
|
||||
for_window [urgent=latest] focus
|
||||
|
||||
assign [app_id="Element"] $ws7
|
||||
assign [app_id="Signal"] $ws7
|
||||
assign [app_id="telegramdesktop"] $ws7
|
||||
assign [app_id="rambox"] $ws7
|
||||
assign [class="Mattermost"] $ws7
|
||||
|
||||
for_window [app_id="keepassxc"] floating disable
|
||||
assign [app_id="keepassxc"] $ws8
|
||||
|
||||
for_window [app_id="virt-manager"] floating disable
|
||||
assign [app_id="virt-manager"] $ws9
|
||||
|
||||
assign [instance="element"] $ws4
|
||||
assign [app_id="Signal"] $ws4
|
||||
assign [app_id="telegramdesktop"] $ws4
|
||||
assign [app_id=thunderbird title="^.+$"] $ws9
|
||||
for_window [app_id=thunderbird title="^$"] floating enable
|
||||
|
||||
# Launcher
|
||||
for_window [app_id="launcher" title="Alacritty"] floating enable, border pixel 10, sticky enable
|
||||
|
|
Loading…
Reference in a new issue