From e1d6633754f362c97dd3507496d3d5867e84430d Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 15 Apr 2019 23:55:13 +0300 Subject: [PATCH] i3 & xprofile: enable/document/comment qt5ct Resolves #114 --- conf/i3/config | 2 +- rc/xprofile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/i3/config b/conf/i3/config index 056b4979..bc25ed4a 100644 --- a/conf/i3/config +++ b/conf/i3/config @@ -8,7 +8,7 @@ # # Flatpaks expected: org.gajim.Gajim org.gajim.Gajim.Plugin.omemo # -# Debian theming: lxappearance gtk-chtheme qt4-qtconfig +# Debian theming: lxappearance gtk-chtheme qt4-qtconfig qt5ct # https://askubuntu.com/a/600946 # # HIDPI text scaling: diff --git a/rc/xprofile b/rc/xprofile index 68cb2ea0..cce544e1 100644 --- a/rc/xprofile +++ b/rc/xprofile @@ -1,3 +1,4 @@ export XMODIFIERS=@im=fcitx export GTK_IM_MODULE="fcitx" export QT_IM_MODULE="fcitx" +export QT_QPA_PLATFORMTHEME="qt5ct"