dotfiles/symlinks/config/fish/conf.d/sway.fish

5 lines
85 B
Fish

set TTY1 (tty)
if test -z "$DISPLAY"; and test $TTY1 = "/dev/tty1"
exec sway
end