xprofile & i3: add $GTK_THEME

Closes: #32
This commit is contained in:
Aminda Suomalainen 2019-09-03 17:38:25 +03:00
parent b644e10586
commit edff1bbbba
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,8 @@
#
# Debian theming: lxappearance gtk-chtheme qt4-qtconfig qt5ct
# https://askubuntu.com/a/600946
# + ~/.xprofile specifies GTK_THEME which hopefully gets detected/understood
# by browsers etc.
#
# YES! This file is a monster and there really are that many weird
# packages and three electrons autostarting, SEND HELP!

View File

@ -2,3 +2,4 @@ export XMODIFIERS=@im=fcitx
export GTK_IM_MODULE="fcitx"
export QT_IM_MODULE="fcitx"
export QT_QPA_PLATFORMTHEME="qt5ct"
GTK_THEME=Adwaita-dark