summaryrefslogtreecommitdiff
path: root/firefox-wayland.sh.in
blob: bd6806824f22e5d5675583567e0cab2bb433ca3e (plain)
1
2
3
4
5
6
7
#!/usr/bin/bash
#
# Run Firefox under Wayland
#

export MOZ_ENABLE_WAYLAND=1
exec /__PREFIX__/bin/firefox "$@"
bgstack15