Creating .zprofile and adding a small script to it was what I ended up doing.
if [[ -z $DISPLAY && $TTY = /dev/tty1 ]]; then
export MOZ_ENABLE_WAYLAND=1
exec sway
fi
Creating .zprofile and adding a small script to it was what I ended up doing.
if [[ -z $DISPLAY && $TTY = /dev/tty1 ]]; then
export MOZ_ENABLE_WAYLAND=1
exec sway
fi