diff --git a/larbs.sh b/larbs.sh index 5170bf6..46695fc 100755 --- a/larbs.sh +++ b/larbs.sh @@ -299,13 +299,6 @@ echo "export \$(dbus-launch)" > /etc/profile.d/dbus.sh Option "Tapping" "on" EndSection' > /etc/X11/xorg.conf.d/40-libinput.conf -# Fix fluidsynth/pulseaudio issue. -grep -q "OTHER_OPTS='-a pulseaudio -m alsa_seq -r 48000'" /etc/conf.d/fluidsynth || - echo "OTHER_OPTS='-a pulseaudio -m alsa_seq -r 48000'" >> /etc/conf.d/fluidsynth - -# Start/restart PulseAudio. -pkill -15 -x 'pulseaudio'; sudo -u "$name" pulseaudio --start - # This line, overwriting the `newperms` command above will allow the user to run # serveral important commands, `shutdown`, `reboot`, updating, etc. without a password. newperms "%wheel ALL=(ALL) ALL #LARBS