config/qtile: fix pinentry not floating
This commit is contained in:
parent
ce86d04076
commit
8bd7655381
1 changed files with 1 additions and 0 deletions
|
@ -653,6 +653,7 @@ floating_layout = layout.Floating(
|
|||
Match(wm_class="ssh-askpass"), # ssh-askpass
|
||||
Match(title="branchdialog"), # gitk
|
||||
Match(title="pinentry"), # GPG key password entry
|
||||
Match(wm_class="pinentry"),
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue