diff options
Diffstat (limited to 'wm/dmenu-5.3/config.h')
| -rw-r--r-- | wm/dmenu-5.3/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wm/dmenu-5.3/config.h b/wm/dmenu-5.3/config.h index 7d4edc0..dcff6d6 100644 --- a/wm/dmenu-5.3/config.h +++ b/wm/dmenu-5.3/config.h @@ -1,6 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* Default settings; can be overriden by command line. */ +static int instant = 1; static unsigned int lineheight = 0; static unsigned int min_lineheight = 8; static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ |