initial commit

This commit is contained in:
Malin Freeborn
2020-01-02 01:04:35 +01:00
commit 6befc5d3c1
162 changed files with 19086 additions and 0 deletions

25
sound/basics.md Normal file
View File

@@ -0,0 +1,25 @@
# Volume Control
> pactl set sink @DEFAULT_SINK@ +5%
Find working outputs:
> aplay -l
#Sound Settings
Surround.5 seems best.
# Find what sound settings exist
amixer scontrols
# Change a sound setting
> amixer set Master 5%-
# Restart everything
pulseaudio -k && sudo alsa force-reload