move qt envvar to qt module
This commit is contained in:
parent
df45094b2d
commit
3f1656fc7f
2 changed files with 1 additions and 2 deletions
|
@ -146,8 +146,6 @@
|
|||
QT_IM_MODULE = "fcitx";
|
||||
XMODIFIERS = "@im=fcitx";
|
||||
|
||||
QT_QPA_PLATFORMTHEME = "qt5ct";
|
||||
|
||||
GOPATH = "\$HOME/.local/share/go";
|
||||
|
||||
MOZ_ENABLE_WAYLAND = "1";
|
||||
|
|
|
@ -57,6 +57,7 @@ in {
|
|||
QT_QPA_PLATFORM = "wayland;xcb";
|
||||
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
|
||||
DISABLE_QT_COMPAT = "0";
|
||||
QT_QPA_PLATFORMTHEME = "qt5ct";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue