From 5b1f15735d9e782fa7b8f2f80f6ec6fb386551c4 Mon Sep 17 00:00:00 2001 From: terminalforlife Date: Wed, 30 Jun 2021 08:47:46 +0100 Subject: [PATCH] Add pactl sheet --- sheets/pactl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sheets/pactl diff --git a/sheets/pactl b/sheets/pactl new file mode 100644 index 0000000..dd30709 --- /dev/null +++ b/sheets/pactl @@ -0,0 +1,5 @@ +# pactl +# Control a running PulseAudio sound server + +# 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])}'