diff options
| author | Robert Günzler <r@gnzler.io> | 2023-01-07 19:06:49 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-01-07 19:06:49 +0100 |
| commit | 4a7d562e8ba26b2d5c5f7cc74637c7a51d8bc7a2 (patch) | |
| tree | faf8e36a53f9685f3282d55e48dc457c8d90f4da /bin/soundswitch | |
| parent | 372fa7bbda00452a081440edfe5dd58439156e98 (diff) | |
bin/secretmenu: use upstreamed bemenu patches
Signed-off-by: Robert Günzler <r@gnzler.io>
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= |