home: Block out mpv from screen casts

This commit is contained in:
Mikael 2024-09-10 13:43:42 +02:00
parent 2b45a3f8ec
commit 82be4d4d37
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -141,6 +141,7 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
{
matches = [
{ app-id = ''^notifications$''; }
{ app-id = ''^mpv$''; }
];
block-out-from = "screencast";