aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/i3/config')
-rw-r--r--dot_config/i3/config3
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
303assign [class="TelegramDesktop"] $ws5 303assign [class="TelegramDesktop"] $ws5
304assign [class="discord"] $ws5 304assign [class="discord"] $ws5
305assign [class="Microsoft Teams - Preview"] $ws5 305assign [class="Microsoft Teams - Preview"] $ws5
306assign [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:
308for_window [class=Xfce4-terminal] focus 309for_window [class=Xfce4-terminal] focus
@@ -414,6 +415,8 @@ for_window [window_role="About"] floating enable
414for_window [class="copyq"] floating enable resize set 800 800 415for_window [class="copyq"] floating enable resize set 800 800
415for_window [class="Nm-connection-editor"] floating enable 416for_window [class="Nm-connection-editor"] floating enable
416for_window [class="flameshot"] floating enable 417for_window [class="flameshot"] floating enable
418for_window [class="FLTK"] floating enable resize 700 700
419for_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
418for_window [class="TelegramDesktop"] floating enable resize set 1300 1200 421for_window [class="TelegramDesktop"] floating enable resize set 1300 1200
419for_window [class="eudic"] floating enable resize set 800 800 422for_window [class="eudic"] floating enable resize set 800 800
Powered by cgit v1.2.3 (git 2.41.0)