Translations:KDE Connect/Tutorials/Useful commands/21/da: Difference between revisions
Appearance
Created page with "* Forøg lydstyrke: {{Output|1=<nowiki>pactl set-sink-volume $(pactl list short sinks | grep RUNNING | cut -f1) +10%</nowiki>}} * Mute/Unmute: {{Output|1=<nowiki>pactl set-sin..." |
(No difference)
|
Revision as of 08:37, 25 September 2022
- Forøg lydstyrke:
pactl set-sink-volume $(pactl list short sinks | grep RUNNING | cut -f1) +10%
- Mute/Unmute:
pactl set-sink-mute $(pactl list short sinks | grep RUNNING | cut -f1) toggle