summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-06-04 09:42:13 +0100
committerMatthew Lemon <y@yulqen.org>2023-06-04 09:42:13 +0100
commit505e9f500bce90144308cd5901589830e3a02a1a (patch)
tree66aad7dc49d8e12ae7a2794d5f31e01ec119d7eb /bashrc
parent7ed7de16b7c721e84fe9cb796130e61398873f7f (diff)
Essential GTK variables for scaling with no desktop environment
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index c9ae1ed..250d254 100644
--- a/bashrc
+++ b/bashrc
@@ -8,6 +8,12 @@ case $- in
*) return;;
esac
+export GDK_SCALE=2
+export GDK_DPI_SCALE=0.5
+export QT_AUTO_SCREEN_SET_FACTOR=0
+export QT_SCALE_FACTOR=2
+export QT_FONT_DPI=96
+
# secrets
source ~/secrets