aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/xinitrc b/xinitrc
index 607f719..82132aa 100644
--- a/xinitrc
+++ b/xinitrc
@@ -17,7 +17,7 @@ xset -b
[ -x "/usr/bin/numlockx" ] && numlockx on
[ -x "/usr/bin/dunst" ] && exec dunst &
-[ -x "/usr/bin/pulseaudio" ] && exec pulseaudio --start &
+[ -x "/usr/bin/pulseaudio" ] && exec systemctl --user start pulseaudio &
[ -x "/usr/bin/redshift" ] && exec redshift -l 48.390929:-4.487095 &
[ -f "${hostxinit}" ] && . "${hostxinit}"