aboutsummaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.xinitrc5
1 files changed, 2 insertions, 3 deletions
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