firefox/firefox-x11.sh.in

8 lines
109 B
Bash
Raw Normal View History

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