diff options
author | Martin Stransky <stransky@redhat.com> | 2021-04-30 11:46:47 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-04-30 11:46:47 +0200 |
commit | 63a2618a074f3f35babaf58e9a2033c9cd3f0e4e (patch) | |
tree | 5ec421c38df7088145e7bb2ea7aad0e35c6f1ba3 /firefox.sh.in | |
parent | Fixed xpcshell freezes (diff) | |
download | librewolf-fedora-ff-63a2618a074f3f35babaf58e9a2033c9cd3f0e4e.tar.gz librewolf-fedora-ff-63a2618a074f3f35babaf58e9a2033c9cd3f0e4e.tar.bz2 librewolf-fedora-ff-63a2618a074f3f35babaf58e9a2033c9cd3f0e4e.zip |
Added pciutils-libs req (rhbz#1955338), Enabled Wayland on KDE (rhbz#1922608)
Diffstat (limited to 'firefox.sh.in')
-rw-r--r-- | firefox.sh.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/firefox.sh.in b/firefox.sh.in index 2274b1b..76df06b 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -74,11 +74,11 @@ if ! [ $MOZ_DISABLE_WAYLAND ] && [ "$WAYLAND_DISPLAY" ]; then if [ "$XDG_CURRENT_DESKTOP" == "GNOME" ]; then export MOZ_ENABLE_WAYLAND=1 fi -## Remove comments to enable Wayland on KDE/Sway +## 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 ## |