summaryrefslogtreecommitdiff
path: root/firefox-wayland.sh.in
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-02-04 14:31:04 +0100
committerMartin Stransky <stransky@redhat.com>2019-02-04 14:31:04 +0100
commit5c3efe8a80f8d9022d4382c7b8e4db98b2a54c5c (patch)
treebfa9f5356fba8585fc82cb24bb6f40d19377fc7b /firefox-wayland.sh.in
parentMerge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox (diff)
downloadlibrewolf-fedora-ff-5c3efe8a80f8d9022d4382c7b8e4db98b2a54c5c.tar.gz
librewolf-fedora-ff-5c3efe8a80f8d9022d4382c7b8e4db98b2a54c5c.tar.bz2
librewolf-fedora-ff-5c3efe8a80f8d9022d4382c7b8e4db98b2a54c5c.zip
Use MOZ_ENABLE_WAYLAND to enable Wayland backend
Diffstat (limited to 'firefox-wayland.sh.in')
-rw-r--r--firefox-wayland.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-wayland.sh.in b/firefox-wayland.sh.in
index 64a1c86..3f91496 100644
--- a/firefox-wayland.sh.in
+++ b/firefox-wayland.sh.in
@@ -3,5 +3,5 @@
# Run Firefox under Wayland
#
-export GDK_BACKEND=wayland
+export MOZ_ENABLE_WAYLAND=1
exec /usr/bin/firefox "$@"
bgstack15