feat: make pinentry window a floating window
This commit is contained in:
parent
82003c8dad
commit
1b6b09b50d
@ -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 */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user