.dotfiles/bash_profile
2025-04-07 11:55:01 -07:00

4 lines
66 B
Bash

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