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

5 lines
85 B
Fish
Raw Normal View History

2021-01-07 08:09:41 +00:00
set TTY1 (tty)
if test -z "$DISPLAY"; and test $TTY1 = "/dev/tty1"
exec sway
end