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

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