Config: Add support for Qt6 uniform themes

This commit is contained in:
Riyyi
2022-03-04 11:29:06 +01:00
parent 793528bfd5
commit fbb9f3d8c4
4 changed files with 44 additions and 6 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ if [ "$HIDPI" = true ]; then
export QT_AUTO_SCREEN_SCALE_FACTOR=0
export QT_SCREEN_SCALE_FACTORS=2
fi
export QT_QPA_PLATFORMTHEME="qt5ct"
export QT_QPA_PLATFORMTHEME="qt5gtk2"
# Sudo
export SUDO_ASKPASS="$HOME/.local/bin/rofipass"