5 lines
94 B
Text
5 lines
94 B
Text
|
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||
|
source $HOME/.profile
|
||
|
exec sway
|
||
|
fi
|