From 66bce26841a1540b5c85bf8e74cf6eb55ca7e486 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 15 Apr 2026 02:18:08 +1000 Subject: [PATCH] fix: remove troublesome resizer rules --- src/caelestia/subcommands/resizer.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/caelestia/subcommands/resizer.py b/src/caelestia/subcommands/resizer.py index 0282265..c9d8fc0 100644 --- a/src/caelestia/subcommands/resizer.py +++ b/src/caelestia/subcommands/resizer.py @@ -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"]), ]