[fish] set QT_QPA_PLATFORMTHEME to use qt5ct

This commit is contained in:
Marcel Kapfer 2021-05-09 20:34:25 +02:00
parent 8c56875d89
commit e5eee8cb93
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 4 additions and 0 deletions

View File

@ -46,3 +46,7 @@ end
if test -z "$XDG_CURRENT_DESKTOP"
set -Ux XDG_CURRENT_DESKTOP GNOME
end
if test -z "$QT_QPA_PLATFORMTHEME"
set -Ux QT_QPA_PLATFORMTHEME qt5ct
end