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

export GDK_BACKEND=x11
exec /usr/bin/firefox "$@"
bgstack15