1
0
Fork 0
This commit is contained in:
zymon 2024-06-09 16:31:42 +02:00
parent 46a27fe7e6
commit 9b42642822
2 changed files with 3 additions and 0 deletions

View file

3
config/zsh/.zprofile Normal file
View file

@ -0,0 +1,3 @@
#!/bin/sh
[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"