privacy: add example configuration

This commit is contained in:
Sonter
2025-06-08 12:39:10 +03:00
parent 6cfaf4ff63
commit f73d26722c

View File

@ -96,6 +96,17 @@ the screen or playing audio.
"tooltip": true,
"tooltip-icon-size": 24
}
],
"ignore-monitor": true,
"ignore": [
{
"type": "audio-in",
"name": "cava"
},
{
"type": "screenshare",
"name": "obs"
}
]
},
```