|
|
|
@ -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): |
|
|
|
|