mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-06 07:19:29 -05:00
fix: remove troublesome resizer rules
This commit is contained in:
@@ -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"]),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user