firefox/firefox-x11.sh.in
2019-03-21 15:18:35 +01:00

8 lines
109 B
Bash

#!/bin/bash
#
# Run Firefox on X11 backend
#
export MOZ_DISABLE_WAYLAND=1
exec /__PREFIX__/bin/firefox "$@"