firefox/firefox-x11.sh.in

8 lines
113 B
Bash
Raw Normal View History

2020-02-12 13:07:19 +00:00
#!/usr/bin/bash
#
# Run Firefox on X11 backend
#
2019-02-04 13:56:47 +00:00
export MOZ_DISABLE_WAYLAND=1
exec /__PREFIX__/bin/firefox "$@"