diff options
author | clarkzjw <[email protected]> | 2022-11-23 13:55:56 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2022-11-23 13:55:56 -0800 |
commit | ea795e932b3edf04ef74b1566dbbf6aa0efc5853 (patch) | |
tree | 176a7655e3fefdbd6798978786b8bcf746408f82 /dot_config/i3/config | |
parent | c84d72d382516c7571f68ba6b13599e6899c3452 (diff) | |
download | dotfiles-ea795e932b3edf04ef74b1566dbbf6aa0efc5853.tar.gz |
HiDPI: set GDK_SCALE=2 for thunar
Diffstat (limited to 'dot_config/i3/config')
-rw-r--r-- | dot_config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index 6116923..e06b562 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -268,7 +268,7 @@ bindsym XF86AudioPrev exec --no-startup-id playerctl previous | |||
268 | 268 | ||
269 | # App shortcuts | 269 | # App shortcuts |
270 | bindsym $mod+w exec /usr/bin/firefox | 270 | bindsym $mod+w exec /usr/bin/firefox |
271 | bindsym $mod+n exec /usr/bin/thunar | 271 | bindsym $mod+n exec env GDK_SCALE=2 /usr/bin/thunar |
272 | 272 | ||
273 | # Screenshot | 273 | # Screenshot |
274 | bindsym Print exec --no-startup-id flameshot gui | 274 | bindsym Print exec --no-startup-id flameshot gui |
@@ -389,7 +389,7 @@ exec --no-startup-id dunst --config ~/.config/dunst/dunstrc | |||
389 | #exec_always --no-startup-id autotiling | 389 | #exec_always --no-startup-id autotiling |
390 | 390 | ||
391 | # Autostart apps as you like | 391 | # Autostart apps as you like |
392 | exec --no-startup-id sleep 1 && thunderbird | 392 | exec --no-startup-id sleep 5 && thunderbird |
393 | 393 | ||
394 | ################## | 394 | ################## |
395 | # floating rules # | 395 | # floating rules # |