From d53ce5574b0bfd6f78394f9469a043c04866ecdc Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Sun, 31 Jul 2022 12:39:36 +0200 Subject: Created dmenu wrapper and made all (hopefully) scripts compatible with vanilla dmenu. --- selectAudioSink.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'selectAudioSink.sh') diff --git a/selectAudioSink.sh b/selectAudioSink.sh index 58bf9f6..e5b0c68 100755 --- a/selectAudioSink.sh +++ b/selectAudioSink.sh @@ -7,6 +7,6 @@ port="$(pactl list sinks | sed -n '/Ports/,/Active Port/p' | sed '/Ports/d;/Active/d;s/:.*$//;s/^\s*//' | - dmenu -c -bw 3 -i -l 10)" + dmenu -l 10)" pactl set-sink-port alsa_output.pci-0000_00_1f.3.analog-stereo "$port" -- cgit v1.2.1