5 lines
85 B
Fish
5 lines
85 B
Fish
|
set TTY1 (tty)
|
||
|
if test -z "$DISPLAY"; and test $TTY1 = "/dev/tty1"
|
||
|
exec sway
|
||
|
end
|