.zprofile env variable and startx

This commit is contained in:
Alice Gaudon 2020-01-25 18:27:31 +01:00
parent 9c3b93521c
commit 166834e2a4
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#export XDG_CURRENT_DESKTOP=kde
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi