hm/qt: set QT_QPA_PLATFORMTHEME to xdgdesktopportal

This commit is contained in:
Lu Wang 2025-01-13 17:57:35 +08:00
parent 73840cc9b5
commit 9afc0ef725
Signed by: rebmit
SSH key fingerprint: SHA256:3px8QV1zEerIrEWHaqtH5rR9kjetyRST5EipOPrd+bU

View file

@ -1,5 +1,5 @@
{
systemd.user.sessionVariables = {
QT_QPA_PLATFORMTHEME = "gtk3";
QT_QPA_PLATFORMTHEME = "xdgdesktopportal";
};
}