From 2709f26a14f7a59b876366926069d3ce21e3b263 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Thu, 30 Jul 2020 10:22:55 +0200 Subject: [PATCH] [qtile] Apply floating rules to pinentry-gtk2 --- qtile/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qtile/config.py b/qtile/config.py index 0fe2d86..4cff8ab 100644 --- a/qtile/config.py +++ b/qtile/config.py @@ -224,6 +224,7 @@ floating_layout = layout.Floating(float_rules=[ {'wmclass': 'maketag'}, # gitk {'wname': 'branchdialog'}, # gitk {'wname': 'pinentry'}, # GPG key password entry + {'wmclass': 'pinentry-gtk-2'}, # GTK+2 GPG password entry {'wmclass': 'ssh-askpass'}, # ssh-askpass ]) auto_fullscreen = True