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

#
# Run Mozilla Firefox (bin) on Wayland
#
export MOZ_ENABLE_WAYLAND=1
exec @PREFIX@/bin/firefox-bin "$@"