Match youtube subdomains in opacity windowrule

Ensures that any browser apps opening youtube or its subdomains (e.g. tv.youtube.com) have no transparency.
This commit is contained in:
mgbaron
2025-09-06 08:12:17 -06:00
committed by GitHub
parent 0d5b41b83a
commit 15c22fb05b

View File

@@ -10,4 +10,4 @@ windowrule = opacity 1 0.97, tag:chromium-based-browser
windowrule = opacity 1 0.97, tag:firefox-based-browser windowrule = opacity 1 0.97, tag:firefox-based-browser
# Some video sites should never have opacity applied to them # Some video sites should never have opacity applied to them
windowrule = opacity 1.0 1.0, initialTitle:(youtube\.com_/|app\.zoom\.us_/wc/home) windowrule = opacity 1.0 1.0, initialTitle:((?i)(?:[a-z0-9-]+\.)*youtube\.com_/|app\.zoom\.us_/wc/home)