summaryrefslogtreecommitdiff
path: root/www-client/firefox/files/firefox-wayland.sh
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/firefox/files/firefox-wayland.sh')
-rw-r--r--www-client/firefox/files/firefox-wayland.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/www-client/firefox/files/firefox-wayland.sh b/www-client/firefox/files/firefox-wayland.sh
new file mode 100644
index 00000000..44280250
--- /dev/null
+++ b/www-client/firefox/files/firefox-wayland.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+#
+# Run Mozilla Firefox under Wayland
+#
+export MOZ_ENABLE_WAYLAND=1
+exec @PREFIX@/bin/firefox "$@"