firefox/firefox-x11.sh.in

8 lines
113 B
Bash
Raw Normal View History

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