From 1cd6ccea3d27277a1b0135621d1a0e821da1adf7 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Mon, 18 May 2015 21:54:42 +0200 Subject: show stuff that is not on PATH --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3