.dotfiles/.config/fish/conf.d/sway.fish
2024-10-21 20:46:27 +03:00

5 lines
78 B
Fish

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