mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-06 15:20:23 +00:00
3e133bd14f
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
15 lines
441 B
Plaintext
15 lines
441 B
Plaintext
# vim:ft=sway
|
|
|
|
# Start applications in specific workspaces
|
|
assign [title="Telegram"] workspace 3
|
|
assign [app_id="thunderbird"] workspace 4
|
|
|
|
# Automatically switch to urgent workspace
|
|
for_window [urgent="latest"] focus
|
|
|
|
### Float/tile rules ###
|
|
# Gimp export window
|
|
for_window [title="Export Image*"] floating enable
|
|
for_window [app_id="fzf-launcher"] focus, floating enabled, border pixel 1
|
|
for_window [title="Mullvad VPN"] floating disable
|