summaryrefslogtreecommitdiff
path: root/firefox-x11.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'firefox-x11.sh.in')
-rw-r--r--firefox-x11.sh.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/firefox-x11.sh.in b/firefox-x11.sh.in
new file mode 100644
index 0000000..d1b48c7
--- /dev/null
+++ b/firefox-x11.sh.in
@@ -0,0 +1,7 @@
+#!/bin/bash
+#
+# Run Firefox under X11
+#
+
+export GDK_BACKEND=x11
+/usr/bin/firefox "$@"
bgstack15