From db4e9431f1edf2784e1db0dd0085057bb699cfb3 Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Sat, 24 Jun 2023 19:27:42 -0400 Subject: [PATCH] Add floating pin entry --- .config/qtile/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 830238b..6cf4a37 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -891,6 +891,7 @@ floating_layout = layout.Floating( Match(wm_class='ssh-askpass'), # ssh-askpass Match(wm_class='display_hotkeys'), Match(wm_class='dhk'), + Match(wm_class='pinentry-gtk-2'), # pin entry gpg Match(title='branchdialog'), # gitk Match(title='pinentry'), # GPG key password entry ],