mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2025-05-19 18:05:01 +00:00
Moved to Qtile
This commit is contained in:
parent
d5081812ae
commit
51c7cd4a0c
71 changed files with 542 additions and 47 deletions
9
qtile/modules/autostart.py
Normal file
9
qtile/modules/autostart.py
Normal 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])
|
Loading…
Add table
Add a link
Reference in a new issue