mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
change autostart script path in qtile config
This commit is contained in:
parent
55cd0fb16c
commit
d9cf870597
@ -353,8 +353,8 @@ auto_minimize = True
|
|||||||
|
|
||||||
@hook.subscribe.startup_once
|
@hook.subscribe.startup_once
|
||||||
def autostart():
|
def autostart():
|
||||||
home = os.path.expanduser("~/.config/qtile/autostart.sh")
|
autostart_script = os.path.expanduser("~/.config/qtile/autostart.sh")
|
||||||
subprocess.call([home])
|
subprocess.call([autostart_script])
|
||||||
|
|
||||||
|
|
||||||
@hook.subscribe.client_new
|
@hook.subscribe.client_new
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user