mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 02:33:52 +02:00
amixer: add page (#2994)
This commit is contained in:
parent
4fbd0a50ca
commit
ffd4aca8c5
1 changed files with 11 additions and 0 deletions
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…
Add table
Reference in a new issue