From 4c74dd4e8cbd883b0bb4931da47c4585c6d7038b Mon Sep 17 00:00:00 2001 From: Inga Date: Thu, 1 Sep 2022 03:47:34 +0200 Subject: [PATCH] Screensharing --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 15c2e0e..cb006c2 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,17 @@ Can be tested in https://webrtc.github.io/test-pages ## Additional +### Screen sharing + +``` +doas apk add xdg-desktop-portal xdg-desktop-portal-wlr +``` + +and add to your river config +``` +riverctl spawn "/usr/libexec/xdg-desktop-portal-wlr" +``` + ### Prevent firefox sharing indicator from taking the entire tile Add the following lines to river config (before the last `exec` line):