diff options
author | Martin Stransky <stransky@redhat.com> | 2021-02-24 12:39:29 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-02-24 12:39:29 +0100 |
commit | 5f5997630b7c54c52469e15a8a6b2d6e230559a1 (patch) | |
tree | 534bba722aa6348a46b7f1b3323b4ea2bf798e57 /firefox.sh.in | |
parent | Merge branch 'main' into f33 (diff) | |
download | librewolf-fedora-ff-5f5997630b7c54c52469e15a8a6b2d6e230559a1.tar.gz librewolf-fedora-ff-5f5997630b7c54c52469e15a8a6b2d6e230559a1.tar.bz2 librewolf-fedora-ff-5f5997630b7c54c52469e15a8a6b2d6e230559a1.zip |
Updated to 86.0
Diffstat (limited to 'firefox.sh.in')
-rw-r--r-- | firefox.sh.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/firefox.sh.in b/firefox.sh.in index ca121a0..a34f5da 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -74,9 +74,11 @@ if ! [ $MOZ_DISABLE_WAYLAND ]; then if [ "$XDG_CURRENT_DESKTOP" == "GNOME" ]; then export MOZ_ENABLE_WAYLAND=1 fi - if __DEFAULT_WAYLAND__ && [ "$XDG_SESSION_TYPE" = "wayland" ]; then - export MOZ_ENABLE_WAYLAND=1 - fi +## Remove comments to enable Wayland on KDE/Sway +## +## if __DEFAULT_WAYLAND__ && [ "$XDG_SESSION_TYPE" == "wayland" ]; then +## export MOZ_ENABLE_WAYLAND=1 +## fi fi ## |