fix center transient windows patch

This commit is contained in:
Luca Bilke 2024-02-16 10:17:36 +01:00
commit cf589b91a7
No known key found for this signature in database
GPG key ID: B753481DA0B6FA47
2 changed files with 1 additions and 2 deletions

View file

@ -169,7 +169,6 @@ static const Rule rules[] = {
RULE(.class = "St", .isfloating = 0)
RULE(.class = "Ferdium", .monitor = 1, .tags = 1 << 1)
RULE(.class = "Thunderbird", .monitor = 1, .tags = 1 << 2)
RULE(.instance = "gcr-prompter", .floatpos = "50% 50% 308W 214H")
RULE(.instance = "sphelp", .scratchkey = 'h', .isfloating = 1, .floatpos = "50% 50% 40% 80%")
RULE(.instance = "spcalc", .scratchkey = 'c', .isfloating = 1, .floatpos = "50% 50% 40% 80%")
RULE(.instance = "spterm", .scratchkey = 't', .isfloating = 1, .floatpos = "50% 50% 80% 80%")