diff options
author | Matthew Lemon <y@yulqen.org> | 2023-06-04 09:42:13 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-06-04 09:42:13 +0100 |
commit | 505e9f500bce90144308cd5901589830e3a02a1a (patch) | |
tree | 66aad7dc49d8e12ae7a2794d5f31e01ec119d7eb /bashrc | |
parent | 7ed7de16b7c721e84fe9cb796130e61398873f7f (diff) |
Essential GTK variables for scaling with no desktop environment
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |