From 97f076b23b507afea8981de63a9f516d8d8054a1 Mon Sep 17 00:00:00 2001 From: Mateja Date: Thu, 3 Sep 2020 00:26:35 +0200 Subject: auto float pin entry --- .config/qtile/config.py | 1 + 1 file changed, 1 insertion(+) 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'}, -- cgit v1.2.3