Untitled
unknown
plain_text
3 years ago
181 B
27
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...