start: don't start pulseaudio

It's now started by systemd --user.
This commit is contained in:
Vincent Bernat 2018-08-01 08:32:29 +02:00
parent 6e5ed5605b
commit 56a264731d

View file

@ -3,7 +3,6 @@ local execute = {
-- Kill any running nm-applet
"pkill nm-applet",
-- Start PulseAudio
"pulseaudio --check || pulseaudio -D",
"xset -b", -- Disable bell
-- Enable numlock
"numlockx on",