You are not logged in.
Pages: 1
Topic closed
Hi. I've been playing around with qtile and i'm looking to make it my default. The only problem is is that autostart won't work. Here's the auto start hook in my config.py file:
@hook.subscribe.startup
def autostart():
home = os.path.expanduser('~/.config/qtile/autostart.sh')
subprocess.call([home])And here's what i have in my autostart
#!/bin/sh
lxsession &
picom &
nitrogen --restore &
nvidia-settings &Offline
Have you tried making your autostart file executable?
chmod +x ~/.config/qtile/autostart.shOffline
Thanks for the contribution, but this thread is more than a year old and the OP has not been back since August 2021.
Closing.
Offline
Pages: 1
Topic closed