shell-things/rc/xprofile
Mikaela Suomalainen b07d6a404e
rc/xprofile: export $GTK_THEME
Fixes edff1bbbba0ac15bcf1fb34c6ddc7f06a267920f
2019-09-03 18:09:11 +03:00

12 lines
345 B
Plaintext

# 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
export GTK_THEME=Adwaita-dark