1
0
Fork 0
This commit is contained in:
zymon 2024-06-09 16:31:42 +02:00
parent 46a27fe7e6
commit 0ac06662f8

3
profile Normal file
View file

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