gentoo-yorune/www-client/firefox/files/firefox-wayland.sh

8 lines
110 B
Bash

#!/bin/sh
#
# Run Mozilla Firefox under Wayland
#
export MOZ_ENABLE_WAYLAND=1
exec @PREFIX@/bin/firefox "$@"