attempt fix fore pinentry-gnome3 rule
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-02-06 11:25:42 +01:00
parent cd5ae01695
commit ae6256e7ac
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 1 additions and 1 deletions

View File

@ -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%")