home: Block out mpv from screen casts
This commit is contained in:
parent
2b45a3f8ec
commit
82be4d4d37
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
|
|||
{
|
||||
matches = [
|
||||
{ app-id = ''^notifications$''; }
|
||||
{ app-id = ''^mpv$''; }
|
||||
];
|
||||
|
||||
block-out-from = "screencast";
|
||||
|
|
Loading…
Reference in a new issue