Moved to Qtile

This commit is contained in:
Michał Gdula 2022-08-24 21:04:18 +01:00
parent d5081812ae
commit 51c7cd4a0c
71 changed files with 542 additions and 47 deletions

View file

@ -0,0 +1,9 @@
import os
import subprocess
from libqtile import hook
@hook.subscribe.startup_once
def autostart():
home = os.path.expanduser('~/.config/qtile/autostart.sh')
subprocess.Popen([home])