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.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/dotfiles/system/.profile.d/framework.sh b/dotfiles/system/.profile.d/framework.sh
deleted file mode 100644
index 5013e8d..0000000
--- a/dotfiles/system/.profile.d/framework.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-# framework.sh
-# Craig Jennings <c@cjennings.net>
-# Framework 13 laptop specific environment variables
-
-# HiDPI scaling (integer scaling for X11)
-# Note: Wayland handles scaling differently via compositor
-export GDK_DPI_SCALE=1
-export GDK_SCALE=1
-export QT_AUTO_SCREEN_SCALE_FACTOR=1