1
0
Fork 0

zlogin bugfix

This commit is contained in:
zymon 2024-08-17 14:38:50 +02:00
parent fb170e1cad
commit 25ba4afc5c

View file

@ -1,3 +1,3 @@
#!/bin/zsh
[ "$(TTY)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"
[ "${TTY}" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"