mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
8 lines
144 B
Bash
8 lines
144 B
Bash
sh ~/.config/scripts/install.sh -nr
|
|
|
|
if [[ $computer == 'w530' ]]; then
|
|
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
|
exec startx
|
|
fi
|
|
fi
|