mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
amixer: add page (#2994)
This commit is contained in:
parent
4fbd0a50ca
commit
ffd4aca8c5
11
pages/linux/amixer.md
Normal file
11
pages/linux/amixer.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# amixer
|
||||||
|
|
||||||
|
> Mixer for ALSA soundcard driver.
|
||||||
|
|
||||||
|
- Turn up the master volume by 10%:
|
||||||
|
|
||||||
|
`amixer -D pulse sset Master {{10%+}}`
|
||||||
|
|
||||||
|
- Turn down the master volume by 10%:
|
||||||
|
|
||||||
|
`amixer -D pulse sset Master {{10%-}}`
|
Loading…
Reference in New Issue
Block a user