arch-dots/.config/zsh/.zprofile
2024-06-20 17:26:20 +02:00

4 lines
67 B
Bash

if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then
exec startx
fi