Untitled

Anonymous
plain_text
04/06/2023 1:16 AM
244 B
34
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...