From 8d51243fdcde175f4fc17bea523876e363037997 Mon Sep 17 00:00:00 2001 From: Druid520 Date: Sun, 9 Aug 2026 15:00:17 -0700 Subject: MOD: fix profile --- profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'profile') diff --git a/profile b/profile index 37f1a42..a7e2d8a 100644 --- a/profile +++ b/profile @@ -1 +1,5 @@ export ENV="$HOME/.okshrc" + +if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then + startx ~/.xinitrc +fi -- cgit 1.4.1