diff options
Diffstat (limited to 'dot_config/i3')
-rw-r--r-- | dot_config/i3/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index 8f5a254..4676493 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -242,7 +242,7 @@ bindsym $mod+a focus parent | |||
242 | 242 | ||
243 | # App shortcuts | 243 | # App shortcuts |
244 | bindsym $mod+w exec /usr/bin/firefox | 244 | bindsym $mod+w exec /usr/bin/firefox |
245 | bindsym $mod+n exec env GDK_SCALE=2 /usr/bin/thunar | 245 | bindsym $mod+n exec env GDK_SCALE=1 /usr/bin/thunar |
246 | 246 | ||
247 | # Screenshot | 247 | # Screenshot |
248 | bindsym Print exec --no-startup-id flameshot gui | 248 | bindsym Print exec --no-startup-id flameshot gui |
@@ -339,6 +339,7 @@ for_window [class="TelegramDesktop"] floating enable resize set 1300 1200 | |||
339 | for_window [class="eudic"] floating enable resize set 800 800 | 339 | for_window [class="eudic"] floating enable resize set 800 800 |
340 | for_window [class="Nitrogen"] floating enable resize set 800 800 | 340 | for_window [class="Nitrogen"] floating enable resize set 800 800 |
341 | for_window [window_role="About"] floating enable | 341 | for_window [window_role="About"] floating enable |
342 | for_window [class="Lxappearance"] floating enable | ||
342 | 343 | ||
343 | ############## | 344 | ############## |
344 | # compositor # | 345 | # compositor # |