dotfiles/.config/qtile/modules/hooks.py

10 lines
172 B
Python
Raw Normal View History

2022-01-25 21:28:02 +01:00
import os
import subprocess
from libqtile import hook
@hook.subscribe.startup
def autostart():
subprocess.call([os.path.expanduser('~/.config/qtile/autostart.sh')])