[qtile] Apply floating rules to pinentry-gtk2
This commit is contained in:
parent
e664aec133
commit
2709f26a14
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ floating_layout = layout.Floating(float_rules=[
|
||||||
{'wmclass': 'maketag'}, # gitk
|
{'wmclass': 'maketag'}, # gitk
|
||||||
{'wname': 'branchdialog'}, # gitk
|
{'wname': 'branchdialog'}, # gitk
|
||||||
{'wname': 'pinentry'}, # GPG key password entry
|
{'wname': 'pinentry'}, # GPG key password entry
|
||||||
|
{'wmclass': 'pinentry-gtk-2'}, # GTK+2 GPG password entry
|
||||||
{'wmclass': 'ssh-askpass'}, # ssh-askpass
|
{'wmclass': 'ssh-askpass'}, # ssh-askpass
|
||||||
])
|
])
|
||||||
auto_fullscreen = True
|
auto_fullscreen = True
|
||||||
|
|
Loading…
Reference in a new issue