diff options
Diffstat (limited to 'bin/notifmenu')
| -rwxr-xr-x | bin/notifmenu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/notifmenu b/bin/notifmenu index 48f8ca6..6b993a6 100755 --- a/bin/notifmenu +++ b/bin/notifmenu @@ -33,7 +33,7 @@ done export MENU_PROMPT=" notif" _menu() { - menu -l10 --ifne --autoselect "$@" + menu -l10 --ifne --accept-single "$@" } list_notifications() { |