config/qtile: fix pinentry not floating

This commit is contained in:
Infinidoge 2021-11-17 11:07:37 -05:00
parent ce86d04076
commit 8bd7655381

View file

@ -653,6 +653,7 @@ floating_layout = layout.Floating(
Match(wm_class="ssh-askpass"), # ssh-askpass Match(wm_class="ssh-askpass"), # ssh-askpass
Match(title="branchdialog"), # gitk Match(title="branchdialog"), # gitk
Match(title="pinentry"), # GPG key password entry Match(title="pinentry"), # GPG key password entry
Match(wm_class="pinentry"),
] ]
) )