diff options
Diffstat (limited to 'bin/soundswitch')
| -rwxr-xr-x | bin/soundswitch | 2 |
1 files changed, 1 insertions, 1 deletions
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= |