[qtile] move KeePassXC to group 0
This commit is contained in:
parent
6e9cb1d83f
commit
b8dcc8a224
1 changed files with 6 additions and 0 deletions
|
@ -272,3 +272,9 @@ def start_once():
|
||||||
|
|
||||||
autostart_file = os.path.expanduser('~/.config/qtile/startup.sh')
|
autostart_file = os.path.expanduser('~/.config/qtile/startup.sh')
|
||||||
subprocess.call([autostart_file])
|
subprocess.call([autostart_file])
|
||||||
|
|
||||||
|
|
||||||
|
@hook.subscribe.client_new
|
||||||
|
def auto_togroup(window):
|
||||||
|
if window.match(wmclass="keepassxc"):
|
||||||
|
window.togroup("0")
|
||||||
|
|
Loading…
Reference in a new issue