diff options
Diffstat (limited to 'www-client/firefox/files/firefox-wayland.sh')
-rw-r--r-- | www-client/firefox/files/firefox-wayland.sh | 7 |
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 0000000..4428025 --- /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 "$@" |