summaryrefslogtreecommitdiff
path: root/www-client/firefox/files/firefox-wayland.sh
blob: 44280250fb9d2fc0852102c39ee7e48d07bc844d (plain)
1
2
3
4
5
6
7
#!/bin/sh

#
# Run Mozilla Firefox under Wayland
#
export MOZ_ENABLE_WAYLAND=1
exec @PREFIX@/bin/firefox "$@"