diff options
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index f2063d32..49db3288 100644 --- a/.bash_profile +++ b/.bash_profile @@ -13,7 +13,7 @@ export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc #export QT_QPA_PLATFORMTHEME=qt5ct export QT_STYLE_OVERRIDE=kvantum -# startx when login, should be put after environmental variables so .xinitrc can use $XDG_CONFIG_HOME +# startx when login, should be put after environmental variables so .xinitrc can use them if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then exec startx fi |