diff --git a/fish/.config/fish/conf.d/sway.fish b/fish/.config/fish/conf.d/sway.fish new file mode 100644 index 0000000..628dfa2 --- /dev/null +++ b/fish/.config/fish/conf.d/sway.fish @@ -0,0 +1,5 @@ +# If running from tty1 start sway +set TTY1 (tty) +if test -z "$DISPLAY"; and test $TTY1 = "/dev/tty1" + exec sway +end