dotfiles/.config/qtile/modules/hooks.py
2022-01-25 23:28:02 +03:00

10 lines
172 B
Python

import os
import subprocess
from libqtile import hook
@hook.subscribe.startup
def autostart():
subprocess.call([os.path.expanduser('~/.config/qtile/autostart.sh')])