Search code examples
firefoxi3

Can I stop the Firefox webRTC Sharing Indicator showing up?


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


Solution

  • 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
    }