From 0ac06662f8db2f88a2590f6b0865464a70a3c5b9 Mon Sep 17 00:00:00 2001 From: zymon Date: Sun, 9 Jun 2024 16:31:42 +0200 Subject: [PATCH] profile --- profile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 profile 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"