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

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