firefox/SOURCES/firefox-x11.sh.in

8 lines
113 B
Bash
Raw Normal View History

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