Hi,
I was trying my best to get pulseaudio and compton launch at qtile startup,
but i couldn't succeed. I tried many ways, but this one so far looks the
most promising.
According to the Qtile's documentation i created a launch script that looks
like this:
#!/bin/sh
nitrogen --restore &
pulseaudio -D &
compton -b &
And invoked it in my qtile config.py:
import os
import subprocess
@hook.subscribe.startup_once
def autostart():
home = os.path.expanduser('~/.scripts/qtile-autostart.sh')
subprocess.call([home])
Qtile does not launch. I can get pulseaudio and compton working on my qtile
by manually running it in the terminal or spawning via runmenu.
Does anyone have any ideas how can i get these two autorunning?
Thanks in advance!
--
You received this message because you are subscribed to the Google Groups
"qtile-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/qtile-dev/992d2ca2-b44d-416c-a7a3-f24ea904e636%40googlegroups.com.