summaryrefslogtreecommitdiff
path: root/firefox-wayland.sh.in
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-01-30 12:40:25 +0100
committerMartin Stransky <stransky@redhat.com>2018-01-30 12:40:25 +0100
commitc45606f4574eb364f78af13cde501c02c2207228 (patch)
treeca11740831c657eeb35cc0c769bd19923aae7eee /firefox-wayland.sh.in
parentUpdate to Firefox 59.0 Beta 4, Enabled Wayland backend (diff)
downloadlibrewolf-fedora-ff-c45606f4574eb364f78af13cde501c02c2207228.tar.gz
librewolf-fedora-ff-c45606f4574eb364f78af13cde501c02c2207228.tar.bz2
librewolf-fedora-ff-c45606f4574eb364f78af13cde501c02c2207228.zip
Build fixes
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