firefox/SOURCES/firefox-x11.sh.in

8 lines
113 B
Bash
Raw Permalink Normal View History

2023-01-23 08:24:58 +00:00
#!/usr/bin/bash
#
# Run Firefox on X11 backend
#
export MOZ_DISABLE_WAYLAND=1
exec /__PREFIX__/bin/firefox "$@"