1
0
Fork 0
ryzowanie/config/zsh/.zprofile

4 lines
99 B
Text
Raw Normal View History

2024-06-09 16:31:42 +02:00
#!/bin/sh
[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"