From 21ee948b2723e4bb4edf394da86ac651b8330fba Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sun, 28 Oct 2012 10:49:23 +0000 Subject: Insert a two second delay between pulseaudio and jackd --- .xinitrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index 8cc9f49..bade7f5 100755 --- a/.xinitrc +++ b/.xinitrc @@ -15,8 +15,7 @@ urxvtd -q -f -o & urxvtc & # /home/ryan/.screenlayout/work.sh /home/ryan/.screenlayout/SCREENLAYOUT.sh && nitrogen --restore -if [[ "PULSE_JACKD" = "True" ]]; then - start-pulseaudio-x11 & - jackd -d alsa & +if [ "PULSE_JACKD" = "True" ]; then + sh bin/startaudio & fi exec /usr/bin/xmonad -- cgit v1.2.3