From aa43e52021d0a2b56733dd0cdf2eab57a7537192 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Fri, 4 Nov 2022 18:51:25 +0100 Subject: [PATCH] fix 1b6b09b : make pinentry-gtk-3 floating window --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 0c0448b..869bc3b 100644 --- a/config.def.h +++ b/config.def.h @@ -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 */ };