diff options
author | Mateja <mail@matejamaric.com> | 2020-09-03 00:26:35 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-09-03 00:26:35 +0200 |
commit | 97f076b23b507afea8981de63a9f516d8d8054a1 (patch) | |
tree | e61c84edc8c50b15b186df5589b2ec0882b9edc5 | |
parent | a0ef6996a292597190d3f1168ea60a56f8fb8872 (diff) | |
download | dotfiles-97f076b23b507afea8981de63a9f516d8d8054a1.tar.gz dotfiles-97f076b23b507afea8981de63a9f516d8d8054a1.zip |
auto float pin entry
-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'}, |