move qt envvar to qt module

This commit is contained in:
jacekpoz 2024-02-14 21:28:26 +01:00
parent df45094b2d
commit 3f1656fc7f
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C
2 changed files with 1 additions and 2 deletions

View file

@ -146,8 +146,6 @@
QT_IM_MODULE = "fcitx";
XMODIFIERS = "@im=fcitx";
QT_QPA_PLATFORMTHEME = "qt5ct";
GOPATH = "\$HOME/.local/share/go";
MOZ_ENABLE_WAYLAND = "1";

View file

@ -57,6 +57,7 @@ in {
QT_QPA_PLATFORM = "wayland;xcb";
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
DISABLE_QT_COMPAT = "0";
QT_QPA_PLATFORMTHEME = "qt5ct";
};
};