1
0

additional stdin passthrough option

This commit is contained in:
Deven Blake 2021-07-02 19:13:48 -04:00
parent d12a7031af
commit da081c1b84

View File

@ -6,7 +6,11 @@
* it. */
#define BREAK_ON_EOF 0
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
/* output stdin */
static int stdin_passthrough = 1;
/* -b option; if 0, dmenu appears at bottom */
static int topbar = 1;
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {