On Sun, Aug 18, 2019 at 04:16:48AM -0700, Marcin Borysiewicz wrote:
> 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.
Can you post your ~/.xsession-errors and
~/.local/share/qtile/qtile.log?
Tycho
--
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/20190818122006.GA11403%40cisco.