Add XDG_CONFIG_HOME and QT_STYLE_OVERRIDE environment variables

This commit is contained in:
Sheldon Lee 2023-08-08 00:23:18 +01:00
parent 8056f66118
commit b68239d658

View File

@ -22,6 +22,10 @@ export XMODIFIERS="@im=fcitx"
export QT_IM_MODULE=fcitx
export GTK_IM_MODULE=fcitx
export XDG_CONFIG_HOME="${HOME}/.config"
export QT_STYLE_OVERRIDE=kvantum
#export GTK_USE_PORTAL=1
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then