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

6 lines
78 B
Fish
Raw Normal View History

2024-10-21 20:46:27 +03:00
if status --is-login
if test (tty) = /dev/tty1
exec sway
end
end