fix: remove troublesome resizer rules

This commit is contained in:
2 * r + 2 * t
2026-04-15 02:18:08 +10:00
parent e1531f3c9e
commit 66bce26841
-2
View File
@@ -29,8 +29,6 @@ class Command:
def _load_window_rules(self) -> list[WindowRule]:
default_rules = [
WindowRule("(Bitwarden", "titleContains", "20%", "54%", ["float", "center"]),
WindowRule("Sign in - Google Accounts", "titleContains", "35%", "65%", ["float", "center"]),
WindowRule("oauth", "titleContains", "30%", "60%", ["float", "center"]),
WindowRule("^[Pp]icture(-| )in(-| )[Pp]icture$", "titleRegex", "", "", ["pip"]),
]