aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/qtile/layouts.py2
1 files changed, 1 insertions, 1 deletions
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
],
)