attempt fix fore pinentry-gnome3 rule
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
cd5ae01695
commit
ae6256e7ac
2
config.h
2
config.h
|
@ -179,7 +179,7 @@ static const Rule rules[] = {
|
||||||
RULE(.role = "pop-up", .isfloating = 1)
|
RULE(.role = "pop-up", .isfloating = 1)
|
||||||
RULE(.title = "Event Tester", .noswallow = 1)
|
RULE(.title = "Event Tester", .noswallow = 1)
|
||||||
RULE(.class = "St", .isterminal = 1)
|
RULE(.class = "St", .isterminal = 1)
|
||||||
RULE(.class = "Gcr-prompter", .floatpos = "50% 50% 0w 0h")
|
RULE(.instance = "gcr-prompter", .floatpos = "50% 50% 308W 214H")
|
||||||
RULE(.instance = "sphelp", .scratchkey = 'h', .isfloating = 1, .floatpos = "50% 50% 40% 80%")
|
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 = "spcalc", .scratchkey = 'c', .isfloating = 1, .floatpos = "50% 50% 40% 80%")
|
||||||
RULE(.instance = "spterm", .scratchkey = 't', .isfloating = 1, .floatpos = "50% 50% 80% 80%")
|
RULE(.instance = "spterm", .scratchkey = 't', .isfloating = 1, .floatpos = "50% 50% 80% 80%")
|
||||||
|
|
Loading…
Reference in New Issue