fix center transient windows patch
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-02-16 10:17:36 +01:00
parent f803f6bbc1
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%")

View File

@ -509,7 +509,7 @@
* This patch takes precedence over centeredwindowname, alwayscenter and fancybar patches.
* https://dwm.suckless.org/patches/center/
*/
#define CENTER_PATCH 0
#define CENTER_PATCH 1
/* A transient window is one that is meant to be short lived and is usually raised by a
* parent window. Such windows are typically dialog boxes and the like.