fix center transient windows patch
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
f803f6bbc1
commit
cf589b91a7
1
config.h
1
config.h
|
@ -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%")
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue