Enable wayland for firefox in FreeBSD.

This commit is contained in:
Tom Alexander 2022-11-25 17:23:14 -05:00
parent a339347d0d
commit b10459e80f
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 6 additions and 0 deletions

View File

@ -11,4 +11,10 @@ if [[ ! -v XDG_RUNTIME_DIR ]]; then
fi
# Enable wayland support for firefox
export MOZ_ENABLE_WAYLAND=1
# Wayland seems enabled by default for qt5 with qt5-wayland installed
# Wayland does not seem enabled for gtk apps and setting GDK_BACKEND=wayland did not change that.
exec dbus-launch sway -d &> $HOME/.config/swaylog