Enable wayland for firefox in FreeBSD.
This commit is contained in:
parent
a339347d0d
commit
b10459e80f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user