From d4f84cd0115d9600865bfd70eb75f07f73a7e0bd Mon Sep 17 00:00:00 2001 From: Wojciech Janota Date: Wed, 28 Dec 2022 17:09:52 +0100 Subject: [PATCH] WIP --- .bash_profile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .bash_profile diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..7bb4db2 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,3 @@ +if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then + startx +fi \ No newline at end of file