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

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