firefox/firefox-x11.sh.in
2019-02-04 14:56:47 +01:00

8 lines
102 B
Bash

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