feat: make pinentry window a floating window

This commit is contained in:
David JULIEN 2022-10-25 11:56:37 +02:00
parent 82003c8dad
commit 1b6b09b50d
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ static const Rule rules[] = {
// { "Gimp", NULL, NULL, 0, 0, 1, 0, 0, -1 },
// { "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 },
{ "floating",NULL, NULL, 0, 1, 1, 1, -1, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 1, 0, 1, -1 }, /* xev */
};