From ea795e932b3edf04ef74b1566dbbf6aa0efc5853 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Wed, 23 Nov 2022 13:55:56 -0800 Subject: HiDPI: set GDK_SCALE=2 for thunar --- dot_config/i3/config | 4 ++-- dot_config/picom.conf | 4 ++-- dot_zshrc | 2 +- 3 files changed, 5 insertions(+), 5 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 # App shortcuts bindsym $mod+w exec /usr/bin/firefox -bindsym $mod+n exec /usr/bin/thunar +bindsym $mod+n exec env GDK_SCALE=2 /usr/bin/thunar # Screenshot bindsym Print exec --no-startup-id flameshot gui @@ -389,7 +389,7 @@ exec --no-startup-id dunst --config ~/.config/dunst/dunstrc #exec_always --no-startup-id autotiling # Autostart apps as you like -exec --no-startup-id sleep 1 && thunderbird +exec --no-startup-id sleep 5 && thunderbird ################## # floating rules # diff --git a/dot_config/picom.conf b/dot_config/picom.conf index 2ec14a9..bdfe7f2 100644 --- a/dot_config/picom.conf +++ b/dot_config/picom.conf @@ -10,8 +10,8 @@ # Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`. # `xrender` is the default one. # GLX backend is typically much faster but depends on a sane driver. -#backend = "xrender"; -backend = "glx"; +backend = "xrender"; +#backend = "glx"; #backend = "xr_glx_hybrid" ################################# diff --git a/dot_zshrc b/dot_zshrc index 9121ba8..502e9e0 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -122,7 +122,7 @@ function addPATHBefore { [[ -s /etc/profile.d/autojump.sh ]] && source /etc/profile.d/autojump.sh -addPATH /Users/clarkzjw/.local/bin +addPATH $HOME/.local/bin addPATH $GOPATH/bin alias emacs="emacs -nw" -- cgit v1.2.3