1
0
Fork 0
ryzowanie/config/zsh/.zprofile
2024-06-09 23:36:33 +02:00

3 lines
99 B
Bash

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