3

Using SwayWM (an i3 clone for Wayland), I get a frustrating tab that appears every time Firefox wants to access my webcam or microphone. Can I disable it?

firefox-sharing-indicator

achalk
  • 3,229
  • 3
  • 17
  • 37

2 Answers2

3

You can kill it so quickly the user experience is the same! Add the following to your ~/.config/sway/config:

for_window [app_id="firefox" title="Firefox — Sharing Indicator"] {
  kill
}
achalk
  • 3,229
  • 3
  • 17
  • 37
1

You can set privacy.webrtc.legacyGlobalIndicator to false in about:config. I run Hyprland and couldn't fix it in any other way.

jabuxa
  • 11
  • 3