aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/i3/config')
-rw-r--r--dot_config/i3/config3
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
244bindsym $mod+w exec /usr/bin/firefox 244bindsym $mod+w exec /usr/bin/firefox
245bindsym $mod+n exec env GDK_SCALE=2 /usr/bin/thunar 245bindsym $mod+n exec env GDK_SCALE=1 /usr/bin/thunar
246 246
247# Screenshot 247# Screenshot
248bindsym Print exec --no-startup-id flameshot gui 248bindsym Print exec --no-startup-id flameshot gui
@@ -339,6 +339,7 @@ for_window [class="TelegramDesktop"] floating enable resize set 1300 1200
339for_window [class="eudic"] floating enable resize set 800 800 339for_window [class="eudic"] floating enable resize set 800 800
340for_window [class="Nitrogen"] floating enable resize set 800 800 340for_window [class="Nitrogen"] floating enable resize set 800 800
341for_window [window_role="About"] floating enable 341for_window [window_role="About"] floating enable
342for_window [class="Lxappearance"] floating enable
342 343
343############## 344##############
344# compositor # 345# compositor #
Powered by cgit v1.2.3 (git 2.41.0)