diff options
| author | Robert Günzler <r@gnzler.io> | 2023-07-08 05:37:51 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-07-08 05:38:36 +0900 |
| commit | fbbea1e4a92bbd96c4db33c50a9c441a5f844af1 (patch) | |
| tree | b07670fbefcdd7fb6312f0e2a027a0afc0e99077 /bin/notifmenu | |
| parent | 1a220f1578ce0e18cffff97ae8ba68d6a4dfea4d (diff) | |
bin: update menus
Signed-off-by: Robert Günzler <r@gnzler.io>
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() { |