mirror of
https://github.com/alrayyes/legacy-dotfiles
synced 2023-11-13 18:16:41 +00:00
4 lines
62 B
Plaintext
4 lines
62 B
Plaintext
|
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
||
|
exec startx
|
||
|
fi
|