From c539b8949ce31fcdd08e7f0bc9f36cd9a7c08a3e Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 9 Apr 2020 17:14:26 -0400 Subject: pulseaudio now default audio system --- larbs.sh | 3 +++ progs.csv | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/larbs.sh b/larbs.sh index f1202f7..20c24cc 100644 --- a/larbs.sh +++ b/larbs.sh @@ -239,6 +239,9 @@ grep -q "laptop-updates.brave.com" /etc/hosts || echo "0.0.0.0 laptop-updates.br # Let LARBS know the WM it's supposed to run. echo "$edition" > "/home/$name/.local/share/larbs/wm"; chown -R "$name":wheel "/home/$name/.local" +# Start/restart PulseAudio. +killall pulseaudio; sudo -n "$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. [ "$distro" = arch ] && newperms "%wheel ALL=(ALL) ALL #LARBS diff --git a/progs.csv b/progs.csv index 625f1d2..2671942 100644 --- a/progs.csv +++ b/progs.csv @@ -40,7 +40,8 @@ A,brave-bin,"is an elegant browser with built-in adblocking, tor and other featu ,noto-fonts-emoji,"is an emoji font." V,font-symbola,"provides unicode and emoji symbols." ,ntfs-3g,"allows accessing NTFS partitions." -,alsa-utils,"is an audio interface for ALSA." +,pulseaudio-alsa."is the audio system." +,pulsemixer."is an audio controler." A,sc-im,"is an Excel-like terminal spreadsheet manager." ,maim,"can take quick screenshots at your request." ,socat,"is a socket utility." -- cgit v1.2.3