mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 14:15:33 +02:00
wpctl: add limit example (#16102)
This commit is contained in:
parent
90c3b4d10c
commit
2612afa887
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@
|
|||
|
||||
`wpctl set-volume {{id}} {{n}}%{{+|-}}`
|
||||
|
||||
- Increase the volume of a sink by `n` percent but limit the volume below 100%:
|
||||
|
||||
`wpctl set-volume {{[-l|--limit]}} 1 {{id}} {{n}}%-`
|
||||
|
||||
- Mute/Unmute a sink (1 is mute, 0 is unmute):
|
||||
|
||||
`wpctl set-mute {{id}} {{1|0|toggle}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue