Translations:KDE Connect/Tutorials/Useful commands/21/da
- 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
pactl set-sink-volume $(pactl list short sinks | grep RUNNING | cut -f1) +10%
pactl set-sink-mute $(pactl list short sinks | grep RUNNING | cut -f1) toggle