Add XDG_CONFIG_HOME and QT_STYLE_OVERRIDE environment variables
This commit is contained in:
parent
8056f66118
commit
b68239d658
@ -22,6 +22,10 @@ export XMODIFIERS="@im=fcitx"
|
|||||||
export QT_IM_MODULE=fcitx
|
export QT_IM_MODULE=fcitx
|
||||||
export GTK_IM_MODULE=fcitx
|
export GTK_IM_MODULE=fcitx
|
||||||
|
|
||||||
|
export XDG_CONFIG_HOME="${HOME}/.config"
|
||||||
|
|
||||||
|
export QT_STYLE_OVERRIDE=kvantum
|
||||||
|
|
||||||
#export GTK_USE_PORTAL=1
|
#export GTK_USE_PORTAL=1
|
||||||
|
|
||||||
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
|
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user