From e6b0844ecc683a5c470023ec6fb42cc036a1f49c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 15 Jul 2019 22:30:34 -0700 Subject: [PATCH] Added documentation for dmenu. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5cc4f6e..97944f5 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,9 @@ is set to 1. This is used in a few key bindings by default, including `n` and ### Fuzzy Finding To select from a list of options with a fuzzy finder in a binding, you can use the `PICK` macro. During the `make` process, you can use `PICKER=fzy`, -`PICKER=fzf`, or `PICKER=ask` to choose which fuzzy finder program `bb` will -use (and provide some default arguments). This is used in the `/` and `Ctrl-f` -key bindings by default. +`PICKER=fzf`, `PICKER=dmenu`, or `PICKER=ask` to choose which fuzzy finder +program `bb` will use (and provide some default arguments). This is used in the +`/` and `Ctrl-f` key bindings by default. ### API `bb` also exposes an API that allows shell scripts to modify `bb`'s internal