2020-01-18 23:35:44 +00:00
|
|
|
# vim:ft=i3config
|
2019-10-26 17:05:31 +00:00
|
|
|
|
|
|
|
# Start applications in specific workspaces
|
2020-01-11 16:51:29 +00:00
|
|
|
assign [app_id="telegramdesktop"] workspace 3
|
2019-11-22 07:19:12 +00:00
|
|
|
assign [app_id="thunderbird"] workspace 4
|
2019-10-26 17:05:31 +00:00
|
|
|
|
|
|
|
# Automatically switch to urgent workspace
|
|
|
|
for_window [urgent="latest"] focus
|
|
|
|
|
2019-12-13 09:47:59 +00:00
|
|
|
### Float/tile rules ###
|
|
|
|
# Gimp export window
|
2019-10-26 17:05:31 +00:00
|
|
|
for_window [title="Export Image*"] floating enable
|
|
|
|
for_window [app_id="fzf-launcher"] focus, floating enabled, border pixel 1
|
2020-01-13 09:04:16 +00:00
|
|
|
for_window [app_id="firefox" title="^Extension: \(PassFF\)"] floating enable
|
2020-05-06 06:47:03 +00:00
|
|
|
for_window [title="About Firefox Nightly"] floating enable
|
|
|
|
for_window [title="About Mozilla Firefox"] floating enable
|