aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-07-15 22:30:34 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-07-15 22:30:34 -0700
commite6b0844ecc683a5c470023ec6fb42cc036a1f49c (patch)
tree9bee999ab854ed6b408707ff54f3758617453aac
parenta3e90c07a442b1a97d2dac19ed0ddcbc526e4ff6 (diff)
Added documentation for dmenu.
-rw-r--r--README.md6
1 files 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