mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 20:19:37 +00:00
qtile: fix pinentry-gtk-2 window floating rule
This commit is contained in:
parent
b6484969bb
commit
8404055114
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user