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