From 6d365a426e1de480c04f30b5523e23538f23ac77 Mon Sep 17 00:00:00 2001 From: alientim Date: Tue, 15 Oct 2024 10:51:42 +0200 Subject: [PATCH] =?UTF-8?q?home/loginuser/.bash=5Fprofile=20hinzugef=C3=BC?= =?UTF-8?q?gt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/loginuser/.bash_profile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 home/loginuser/.bash_profile diff --git a/home/loginuser/.bash_profile b/home/loginuser/.bash_profile new file mode 100644 index 0000000..9999812 --- /dev/null +++ b/home/loginuser/.bash_profile @@ -0,0 +1,6 @@ +if [ -z $DISPLAY ] && [ $(tty) = /dev/tty1 ] +then + startx -- -nocursor + exit + sudo reboot +fi \ No newline at end of file