From 4e3a4c1124ff3d045c56870c9e6f1f8da72f1310 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Wed, 9 Feb 2022 16:04:45 -0500 Subject: [PATCH] Force some gtk apps to scale correctly --- profile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/profile b/profile index 7ff959b..0aaf6a9 100644 --- a/profile +++ b/profile @@ -1,2 +1,8 @@ +# make Java behave when not using a DE +export _JAVA_AWT_WM_NONREPARENTING=1 +# add .local/bin to $PATH export PATH="$HOME/.local/bin:$PATH" -export PATH="$HOME/.local/share/gem/ruby/3.0.0/bin:$PATH" +# make GTK apps scale correctly on hidpi +export GDK_SCALE=2 GDK_DPI_SCALE=0.50 thunar +export GDK_SCALE=2 GDK_DPI_SCALE=0.50 simple-scan +export GDK_SCALE=2 GDK_DPI_SCALE=0.50 lutris