From 4a7d562e8ba26b2d5c5f7cc74637c7a51d8bc7a2 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sat, 7 Jan 2023 19:06:49 +0100 Subject: bin/secretmenu: use upstreamed bemenu patches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bin/soundswitch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/soundswitch') diff --git a/bin/soundswitch b/bin/soundswitch index 78021b6..cc1de6c 100755 --- a/bin/soundswitch +++ b/bin/soundswitch @@ -25,7 +25,7 @@ HDMI_PROFILE="output:hdmi-stereo" _menu() { [ -n "${mode}" ] && prompt="soundswitch (${mode})" || prompt="soundswitch" export MENU_PROMPT=${MENU_PROMPT:-${prompt}} - menu -l10 --ifne --autoselect + menu -l10 --ifne --accept-single } mode= -- cgit 1.4.1