Untitled

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

Editor is loading...