Untitled

mail@pastecode.io avatar
unknown
plain_text
2 years ago
181 B
13
Indexable
Never
@hook.subscribe.startup_once
def autostart():
    logger.warning("In autostart function")
    home = os.path.expanduser('~/.config/qtile/autostart.sh')
    subprocess.call([home])