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

8 lines
104 B
Bash

#!/bin/sh
#
# Run Mozilla Firefox on X11
#
export MOZ_DISABLE_WAYLAND=1
exec @PREFIX@/bin/firefox "$@"