mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 20:19:37 +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
|
||||
def autostart():
|
||||
home = os.path.expanduser("~/.config/qtile/autostart.sh")
|
||||
subprocess.call([home])
|
||||
autostart_script = os.path.expanduser("~/.config/qtile/autostart.sh")
|
||||
subprocess.call([autostart_script])
|
||||
|
||||
|
||||
@hook.subscribe.client_new
|
||||
|
||||
Loading…
Reference in New Issue
Block a user