2019-10-26 20:05:31 +03:00
|
|
|
# vim:ft=sway
|
|
|
|
|
|
|
|
# Start applications in specific workspaces
|
2020-01-11 18:51:29 +02:00
|
|
|
assign [app_id="telegramdesktop"] workspace 3
|
2019-11-22 09:19:12 +02:00
|
|
|
assign [app_id="thunderbird"] workspace 4
|
2019-10-26 20:05:31 +03:00
|
|
|
|
|
|
|
# Automatically switch to urgent workspace
|
|
|
|
for_window [urgent="latest"] focus
|
|
|
|
|
2019-12-13 11:47:59 +02:00
|
|
|
### Float/tile rules ###
|
|
|
|
# Gimp export window
|
2019-10-26 20:05:31 +03:00
|
|
|
for_window [title="Export Image*"] floating enable
|
|
|
|
for_window [app_id="fzf-launcher"] focus, floating enabled, border pixel 1
|
2019-12-13 11:47:59 +02:00
|
|
|
for_window [title="Mullvad VPN"] floating disable
|