From 04c8324c5f5e39eb02b1ccdca8d3d24035f9057a Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Tue, 12 Sep 2023 20:16:26 +0100 Subject: Make pinentry-qt float for gpg --- .config/qtile/layouts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/qtile') diff --git a/.config/qtile/layouts.py b/.config/qtile/layouts.py index 52eeb64..f16df00 100644 --- a/.config/qtile/layouts.py +++ b/.config/qtile/layouts.py @@ -51,7 +51,7 @@ floating_layout = layout.Floating( Match(wm_class='maketag'), # gitk Match(wm_class='ssh-askpass'), # ssh-askpass Match(title='branchdialog'), # gitk - Match(title='pinentry'), # GPG key password entry + Match(wm_class='pinentry-qt'), # GPG key password entry Match(func=lambda c: c.is_transient_for()), # automatically float a window if it has a parent ], ) -- cgit v1.2.3