summaryrefslogtreecommitdiff
path: root/firefox-x11.sh.in
blob: 4ae4b0cace3b0982331dfc78eb5c8bb5d020d1f2 (plain)
1
2
3
4
5
6
7
#!/bin/bash
#
# Run Firefox on X11 backend
#

export MOZ_DISABLE_WAYLAND=1
exec /usr/bin/firefox "$@"
bgstack15