From 2781cf2a74772f02a7dad181a251d839c6d21385 Mon Sep 17 00:00:00 2001 From: justsaumit Date: Wed, 2 Mar 2022 09:51:28 +0530 Subject: instant patch (-n) --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index 0ccc033..4962f01 100644 --- a/config.h +++ b/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 = 0; static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { -- cgit v1.2.3