[qtile] Apply floating rules to pinentry-gtk2

This commit is contained in:
Marcel Kapfer 2020-07-30 10:22:55 +02:00
parent e664aec133
commit 2709f26a14
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ floating_layout = layout.Floating(float_rules=[
{'wmclass': 'maketag'}, # gitk
{'wname': 'branchdialog'}, # gitk
{'wname': 'pinentry'}, # GPG key password entry
{'wmclass': 'pinentry-gtk-2'}, # GTK+2 GPG password entry
{'wmclass': 'ssh-askpass'}, # ssh-askpass
])
auto_fullscreen = True