diff options
author | ZachIR <zachir@librem.one> | 2025-04-25 19:19:37 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-04-25 19:19:37 -0500 |
commit | 10b7f570ac1488468ce7e308f22f77f276c16f67 (patch) | |
tree | f3f57d5088963e4d7fcbd2e2f1ab822d38a6e538 | |
parent | e54061902d78f0cbe2eab06d92058826992b9920 (diff) |
Remove QT env that broke Plasma
-rw-r--r-- | sh/profile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |