From 10b7f570ac1488468ce7e308f22f77f276c16f67 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Fri, 25 Apr 2025 19:19:37 -0500 Subject: Remove QT env that broke Plasma --- sh/profile | 8 ++++---- 1 file 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 -- cgit v1.2.3