diff options
| -rw-r--r-- | .config/qtile/config.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 1d5fbc4..8e9ce3c 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -179,6 +179,7 @@ follow_mouse_focus = True  bring_front_click = False  cursor_warp = False  floating_layout = layout.Floating(float_rules=[ +    {'wmclass': 'pinentry-gtk-2'},      # Run the utility of `xprop` to see the wm class and name of an X client.      {'wmclass': 'confirm'},      {'wmclass': 'dialog'}, | 
