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