xsession: prefer dark theme

This commit is contained in:
Vincent Bernat 2022-07-26 09:55:09 +02:00
parent 2b55546db1
commit 33d08ac70f

View file

@ -7,6 +7,9 @@ exec < /dev/null
# Ensure we use the appropriate gtkrc-2.0 file
export GTK2_RC_FILES=$HOME/.gtkrc-2.0
# Prefer a dark theme
export GTK_THEME=:dark
# We do not want to rely on crappy mailcap
export MAILCAPS=$HOME/.mailcap