1
0
Fork 0
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:
Managor 2025-04-03 05:07:40 +03:00 committed by GitHub
parent 90c3b4d10c
commit 2612afa887
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}`