mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-24 12:26:05 -05:00
4 lines
74 B
Bash
4 lines
74 B
Bash
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
|
|
exec startx
|
|
fi
|