[qtile] move KeePassXC to group 0

This commit is contained in:
Marcel Kapfer 2020-08-25 18:45:33 +02:00
parent 6e9cb1d83f
commit b8dcc8a224
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 6 additions and 0 deletions

View File

@ -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")