diff options
-rw-r--r-- | dot_config/i3/config | 3 | ||||
-rw-r--r-- | dot_zshrc | 2 |
2 files changed, 3 insertions, 2 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 # |
@@ -70,7 +70,7 @@ HIST_STAMPS="mm/dd/yyyy" | |||
70 | # Custom plugins may be added to $ZSH_CUSTOM/plugins/ | 70 | # Custom plugins may be added to $ZSH_CUSTOM/plugins/ |
71 | # Example format: plugins=(rails git textmate ruby lighthouse) | 71 | # Example format: plugins=(rails git textmate ruby lighthouse) |
72 | # Add wisely, as too many plugins slow down shell startup. | 72 | # Add wisely, as too many plugins slow down shell startup. |
73 | plugins=(git fzf-zsh-plugin) | 73 | plugins=(git fzf) |
74 | 74 | ||
75 | source $ZSH/oh-my-zsh.sh | 75 | source $ZSH/oh-my-zsh.sh |
76 | 76 | ||