new-install

Notes on OS intalls
git clone https://git.bracken.jp/new-install.git
Log | Files | Refs | LICENSE

commit 03ac87ccc277484d4bde646e8014add0c73fef7a
parent fac18c344cd4d81c11939a7962cf142385f139f0
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu,  9 Sep 2021 09:28:25 -0700

arch: install pavucontrol

I use this in my i3 and sway config files to manipulate the volume via
pulseaudio on Linux. A long time ago, I did this via alsa directly, but
this avoids messing with the lower-level alsa and sticks to pulseaudio.

Diffstat:
March_install.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch_install.md b/arch_install.md @@ -564,6 +564,11 @@ audio levels via `alsa-mixer`. pacman -S alsa-utils pacman -S pulseaudio-alsa +Also useful to have `pavucontrol` installed for editing audio-levels at the +pulseaudio level: + + pacman -S pavucontrol + Then start pulseaudio on user login: systemctl --user start pulseaudio