blob: 2f4c0b09103e2bed6442212cec1d5b8377b2335d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
#
# Note that any setup should come before the sessreg command as
# that must be 'exec'ed for the pid to be correct (sessreg uses the parent
# pid)
#
# Note that output goes into the .xsession-errors file for easy debugging
#
PATH="/usr/bin:$PATH:/bin:/usr/bin"
start-pulseaudio-x11
|