.dotfiles/.config/fish/conf.d/sway.fish
2026-02-23 22:20:58 +02:00

5 lines
78 B
Fish

if status --is-login
if test (tty) = /dev/tty1
exec sway
end
end