diff options
Diffstat (limited to 'dot_config/i3/config')
-rw-r--r-- | dot_config/i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index 088a9be..cbed1b0 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -303,6 +303,7 @@ assign [class="thunderbird"] $ws4 | |||
303 | assign [class="TelegramDesktop"] $ws5 | 303 | assign [class="TelegramDesktop"] $ws5 |
304 | assign [class="discord"] $ws5 | 304 | assign [class="discord"] $ws5 |
305 | assign [class="Microsoft Teams - Preview"] $ws5 | 305 | assign [class="Microsoft Teams - Preview"] $ws5 |
306 | assign [class="FLTK"] $ws9 | ||
306 | 307 | ||
307 | # automatic set focus new window if it opens on another workspace then the current: | 308 | # automatic set focus new window if it opens on another workspace then the current: |
308 | for_window [class=Xfce4-terminal] focus | 309 | for_window [class=Xfce4-terminal] focus |
@@ -414,6 +415,8 @@ for_window [window_role="About"] floating enable | |||
414 | for_window [class="copyq"] floating enable resize set 800 800 | 415 | for_window [class="copyq"] floating enable resize set 800 800 |
415 | for_window [class="Nm-connection-editor"] floating enable | 416 | for_window [class="Nm-connection-editor"] floating enable |
416 | for_window [class="flameshot"] floating enable | 417 | for_window [class="flameshot"] floating enable |
418 | for_window [class="FLTK"] floating enable resize 700 700 | ||
419 | for_window [class="1Password"] floating enable resize 800 800 | ||
417 | #for_window [class="TelegramDesktop"] floating enable resize set 800 800 | 420 | #for_window [class="TelegramDesktop"] floating enable resize set 800 800 |
418 | for_window [class="TelegramDesktop"] floating enable resize set 1300 1200 | 421 | for_window [class="TelegramDesktop"] floating enable resize set 1300 1200 |
419 | for_window [class="eudic"] floating enable resize set 800 800 | 422 | for_window [class="eudic"] floating enable resize set 800 800 |