You are not logged in.

#1 2021-06-22 14:05:03

papasfragiskos
Member
Registered: 2020-11-20
Posts: 9

QTile Autostart doesn't work

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

#2 2022-09-16 21:20:44

Humfung
Member
Registered: 2022-09-16
Posts: 1

Re: QTile Autostart doesn't work

Have you tried making your autostart file executable?

chmod +x ~/.config/qtile/autostart.sh

Offline

#3 2022-09-16 22:23:16

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: QTile Autostart doesn't work

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

Board footer

Powered by FluxBB