From 97c715e43fa6f3990fc83ea9a1b80a2dd7d9a828 Mon Sep 17 00:00:00 2001 From: Inga Date: Thu, 1 Sep 2022 04:07:14 +0200 Subject: [PATCH] fixed screensharing description, workaround --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb006c2..85f24ed 100644 --- a/README.md +++ b/README.md @@ -291,11 +291,14 @@ Can be tested in https://webrtc.github.io/test-pages doas apk add xdg-desktop-portal xdg-desktop-portal-wlr ``` -and add to your river config +and DO NOT add to your river config ``` riverctl spawn "/usr/libexec/xdg-desktop-portal-wlr" ``` +(for some reason it does not work when spawned by river during init (process is running, but screensharing attempts lead to nothing), +but `/usr/libexec/xdg-desktop-portal-wlr &` from shell works fine) + ### Prevent firefox sharing indicator from taking the entire tile Add the following lines to river config (before the last `exec` line):