2020-01-19 01:35:44 +02:00
|
|
|
# vim:ft=i3config
|
2019-10-26 20:05:31 +03:00
|
|
|
|
|
|
|
# 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
|
2020-01-13 11:04:16 +02:00
|
|
|
for_window [app_id="firefox" title="^Extension: \(PassFF\)"] floating enable
|
2020-05-06 09:47:03 +03:00
|
|
|
for_window [title="About Firefox Nightly"] floating enable
|
|
|
|
for_window [title="About Mozilla Firefox"] floating enable
|