summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-04-25 19:19:37 -0500
committerZachIR <zachir@librem.one>2025-04-25 19:19:37 -0500
commit10b7f570ac1488468ce7e308f22f77f276c16f67 (patch)
treef3f57d5088963e4d7fcbd2e2f1ab822d38a6e538
parente54061902d78f0cbe2eab06d92058826992b9920 (diff)
Remove QT env that broke Plasma
-rw-r--r--sh/profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sh/profile b/sh/profile
index d798a71..664af69 100644
--- a/sh/profile
+++ b/sh/profile
@@ -56,14 +56,14 @@ export XCURSOR_PATH="/usr/share/icons:$XDG_DATA_HOME/icons"
export PYTHONSTARTUP="$XDG_CONFIG_HOME"/python/pythonrc
# Scaling
-export QT_AUTO_SCREEN_SCALE_FACTOR=0
-export QT_SCALE_FACTOR=1
-export QT_SCREEN_SCALE_FACTORS="1;1;1"
+#export QT_AUTO_SCREEN_SCALE_FACTOR=0
+#export QT_SCALE_FACTOR=1
+#export QT_SCREEN_SCALE_FACTORS="1;1;1"
export GDK_SCALE=1
export GDK_DPI_SCALE=1
# Theming
-export QT_QPA_PLATFORMTHEME=qt6ct
+#export QT_QPA_PLATFORMTHEME=qt6ct
# Fix wayland stuff
export MOZ_ENABLE_WAYLAND=1