From 8404055114a70eb20379ab799fd99934740faaa7 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Sun, 4 Jul 2021 23:03:11 -0300 Subject: [PATCH] qtile: fix pinentry-gtk-2 window floating rule --- .config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 692e4f7..dac3332 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -327,7 +327,7 @@ floating_layout = layout.Floating( Match(wm_class="maketag"), # gitk Match(wm_class="ssh-askpass"), # ssh-askpass Match(title="branchdialog"), # gitk - Match(title="pinentry-gtk-2"), # GPG key password entry + Match(wm_class="pinentry-gtk-2"), # GPG key password entry Match(wm_class="gnome-calculator"), # Calculator Match(wm_class="pavucontrol"), # Audio mixer Match(wm_class="gnome-calendar"), # Calendar