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.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