mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 00:52:50 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/linux/alsamixer
Normal file
29
tldr/linux/alsamixer
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# alsamixer
|
||||
|
||||
> Graphical mixer for ALSA soundcard driver.
|
||||
> More information: <https://manned.org/man/alsamixer>.
|
||||
|
||||
- Select the soundcard to use:
|
||||
|
||||
`alsamixer {{[-c|--card]}} {{soundcard_number}}`
|
||||
|
||||
- Select mixer device to control:
|
||||
|
||||
`alsamixer {{[-D|--device]}} {{device_name}}`
|
||||
|
||||
- Increase volume:
|
||||
|
||||
`<w>`
|
||||
|
||||
- Decrease volume:
|
||||
|
||||
`<x>`
|
||||
|
||||
- Quit alsamixer:
|
||||
|
||||
`<Esc>`
|
||||
Reference in New Issue
Block a user