From 70a5a64f7bf0489e154c158af510098c7ca4e0dc Mon Sep 17 00:00:00 2001 From: Inga Date: Thu, 1 Sep 2022 03:34:44 +0200 Subject: [PATCH] Firefox sharing indicator --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 0e705f1..bd24cd1 100644 --- a/README.md +++ b/README.md @@ -270,3 +270,17 @@ without me seemingly changing anything. Should work after following the steps for "Audio". Can be tested in https://webrtc.github.io/test-pages + +## Additional + +### Prevent firefox sharing indicator from taking the entire tile + +Add the following lines to river config (before the last `exec` line): + +``` +riverctl float-filter-add title "Firefox — Sharing Indicator" +riverctl float-filter-add title 'Firefox — Sharing Indicator' +``` + +(TODO: check which kind of quotes works) +