Add a couple more pactl examples

pull/167/head
terminalforlife 3 years ago
parent 5b1f15735d
commit 6f006e0af2

@ -3,3 +3,8 @@
# Display a sorted and uniq-ified list of PulseAudio modules, using AWK.
pactl list modules short | awk '{!Lines[$2]++} END {asorti(Lines, Sorted); for (Line in Sorted) print(Sorted[Line])}'
# Load a module.
pactl load-module MODULE
# Unload a module.
pactl unload-module MODULE

Loading…
Cancel
Save