fix 1b6b09b : make pinentry-gtk-3 floating window

This commit is contained in:
David JULIEN 2022-11-04 18:51:25 +01:00
parent 89d751ef3a
commit aa43e52021
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ static const Rule rules[] = {
// { "Firefox", NULL, NULL, 1 << 8, 0, 0, 0, -1, -1 },
{ "St", NULL, NULL, 0, 0, 0, 1, -1, -1 },
{ "Pinentry-gtk-2",NULL, NULL, 0, 1, 1, 1, -1, -1 },
{ "Gcr-prompter",NULL, NULL, 0, 1, 1, 1, -1, -1 },
{ "floating",NULL, NULL, 0, 1, 1, 1, -1, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 1, 0, 1, -1 }, /* xev */
};