add rule for pinentry-gnome3
ci/woodpecker/tag/woodpecker Pipeline was successful Details

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

View File

@ -179,6 +179,7 @@ static const Rule rules[] = {
RULE(.role = "pop-up", .isfloating = 1)
RULE(.title = "Event Tester", .noswallow = 1)
RULE(.class = "St", .isterminal = 1)
RULE(.class = "Gcr-prompter", .floatpos = "50% 50% 0w 0h")
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%")