From dd65a1ae74149d067576eb746d7c568fab5762af Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 3 Sep 2019 17:40:34 +0300 Subject: [PATCH] rc/xprofile: add comments Closes side task of #32 --- rc/xprofile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rc/xprofile b/rc/xprofile index d651723d..f49612bf 100644 --- a/rc/xprofile +++ b/rc/xprofile @@ -1,5 +1,11 @@ +# fcitx as input method requires these three export XMODIFIERS=@im=fcitx export GTK_IM_MODULE="fcitx" export QT_IM_MODULE="fcitx" + +# required for using qt5ct (QT5 qtconfig), theming export QT_QPA_PLATFORMTHEME="qt5ct" + +# This is hopefully read by web browsers and thus sites with dark theme +# should offer it to me GTK_THEME=Adwaita-dark