diff --git a/qtile/config.py b/qtile/config.py index 2da5d2c..c2fb3a3 100644 --- a/qtile/config.py +++ b/qtile/config.py @@ -272,3 +272,9 @@ def start_once(): autostart_file = os.path.expanduser('~/.config/qtile/startup.sh') subprocess.call([autostart_file]) + + +@hook.subscribe.client_new +def auto_togroup(window): + if window.match(wmclass="keepassxc"): + window.togroup("0")