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