speedie-overlay/www-client/firefox-bin/files/firefox-bin-x11.sh

8 lines
114 B
Bash
Raw Normal View History

2022-11-20 00:55:03 +01:00
#!/bin/sh
#
# Run Mozilla Firefox (bin) on X11
#
export MOZ_DISABLE_WAYLAND=1
exec @PREFIX@/bin/firefox-bin "$@"