mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 07:41:50 +00:00
18 lines
342 B
Plaintext
18 lines
342 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# amixer
|
|
|
|
> Mixer for ALSA soundcard driver.
|
|
> More information: <https://manned.org/amixer>.
|
|
|
|
- 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%-}}`
|