aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheMainOne <themainone@mailu.io>2020-09-14 04:29:44 +0000
committerTheMainOne <themainone@mailu.io>2020-09-14 04:29:44 +0000
commit59bbaed34858448d002ac29cea872839bc606597 (patch)
treeab8bf4ee39ac77d83d0fbffb439708646314ddd4
parentv80.0.1-1 (diff)
downloadlibrewolf-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.json1
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"
]
}
bgstack15