dotconfs/.zprofile
templis c0ce13ef54 '.zprofile' ändern
add comment what it does
2018-04-09 03:41:50 +02:00

5 lines
121 B
Bash

# start X if console is ttys0
if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec startx
fi