diff options
author | TheMainOne <themainone@mailu.io> | 2020-09-14 04:29:44 +0000 |
---|---|---|
committer | TheMainOne <themainone@mailu.io> | 2020-09-14 04:29:44 +0000 |
commit | 59bbaed34858448d002ac29cea872839bc606597 (patch) | |
tree | ab8bf4ee39ac77d83d0fbffb439708646314ddd4 | |
parent | v80.0.1-1 (diff) | |
download | librewolf-linux-59bbaed34858448d002ac29cea872839bc606597.tar.gz librewolf-linux-59bbaed34858448d002ac29cea872839bc606597.tar.bz2 librewolf-linux-59bbaed34858448d002ac29cea872839bc606597.zip |
Enable native Wayland support
-rw-r--r-- | flatpak/content/io.gitlab.LibreWolf.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flatpak/content/io.gitlab.LibreWolf.json b/flatpak/content/io.gitlab.LibreWolf.json index 4bd5bbd..4c51bee 100644 --- a/flatpak/content/io.gitlab.LibreWolf.json +++ b/flatpak/content/io.gitlab.LibreWolf.json @@ -37,6 +37,7 @@ "--talk-name=org.freedesktop.ScreenSaver", "--talk-name=org.gtk.vfs.*", "--socket=wayland", + "--env=MOZ_ENABLE_WAYLAND=1", "--share=network" ] } |