summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/firefox.sh.in b/firefox.sh.in
index fb7f463..76df06b 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -76,9 +76,9 @@ if ! [ $MOZ_DISABLE_WAYLAND ] && [ "$WAYLAND_DISPLAY" ]; then
fi
## Enable Wayland on KDE/Sway
##
-# if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
-# export MOZ_ENABLE_WAYLAND=1
-# fi
+ if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
+ export MOZ_ENABLE_WAYLAND=1
+ fi
fi
##
bgstack15