summaryrefslogtreecommitdiff
path: root/dotfiles/system/.profile.d/framework.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/system/.profile.d/framework.sh')
-rw-r--r--dotfiles/system/.profile.d/framework.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/dotfiles/system/.profile.d/framework.sh b/dotfiles/system/.profile.d/framework.sh
new file mode 100644
index 0000000..2b8895e
--- /dev/null
+++ b/dotfiles/system/.profile.d/framework.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# framework.sh
+# Craig Jennings <c@cjennings.net>
+# settings for Framework 13 specific issues
+
+# HiDPI scale settings for Framework 13 Laptop
+export GDK_DPI_SCALE=1 # text scaling only.
+export GDK_SCALE=1 # this is an integer, 1 or 2 etc
+export QT_AUTO_SCREEN_SCALE_FACTOR=1