diff --git a/profile b/profile new file mode 100644 index 0000000..113408b --- /dev/null +++ b/profile @@ -0,0 +1,3 @@ +#!/bin/sh + +[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"