4 lines
62 B
Bash
4 lines
62 B
Bash
if [[ -z $DISPLAY && $TTY = /dev/tty1 ]]; then
|
|
exec sway
|
|
fi
|
if [[ -z $DISPLAY && $TTY = /dev/tty1 ]]; then
|
|
exec sway
|
|
fi
|