update configuration

This commit is contained in:
Frank Zechert
2026-08-02 19:41:09 +02:00
parent 6543643da9
commit c72678926f
7 changed files with 41 additions and 22 deletions
@@ -230,7 +230,7 @@ rule(
{ float() }
)
rule(
{ matches_class("^(firefox|librewolf)$"), matches_title("^.*(Youtube).*$") },
{ matches_class("^(firefox|librewolf)$"), matches_title("^.*(YouTube).*$") },
{ content(ContentType.VIDEO), no_dim(), no_blur() }
)