rc/xprofile: add comments

Closes side task of #32
This commit is contained in:
Aminda Suomalainen 2019-09-03 17:40:34 +03:00
parent edff1bbbba
commit dd65a1ae74
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 6 additions and 0 deletions

View File

@ -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