aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-05-18 21:54:42 +0200
committerVictor Häggqvist <[email protected]>2015-05-18 21:54:42 +0200
commit1cd6ccea3d27277a1b0135621d1a0e821da1adf7 (patch)
treef3711b24c83b80d05ffe6eb54429977f589dbd20 /README.md
parent0ac8df0d54f4ba809cfe450bfed6126758a4b2c7 (diff)
show stuff that is not on PATH
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4b96cdc..60041f5 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,8 @@ The config file, which if you followed the instructions above is located at `~/.
```json
{
"dmenu_params": "-b -i -nb black -nf orange -sb black -p \"#\"",
- "ignorelist": ["X"]
+ "ignorelist": ["X"],
+ "complete_offpath": false
}
```
@@ -35,6 +36,8 @@ man dmenu
The `ignorelist` to prevent stuff that is in your path for showing up as suggestions. Like if you type `x` then `X` might show up before `xbmc`.
+`complete_offpath` will add everything that's in you ranking database regardless of availability on PATH. This is off by default.
+
## License
xboomx