.dotfiles/.config/fish/conf.d/sway.fish
2026-07-28 12:46:25 +03:00

6 lines
112 B
Fish

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