aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-04-22 06:17:11 +0000
committerterminaldweller <thabogre@gmail.com>2022-04-22 06:17:11 +0000
commita00ff69b44e0bac8e453ce34a2b7346dde283433 (patch)
tree14b478addca650aa2249347dae65a735cb2982f3 /config.def.h
parentadded center patch (diff)
downloaddmenu-a00ff69b44e0bac8e453ce34a2b7346dde283433.tar.gz
dmenu-a00ff69b44e0bac8e453ce34a2b7346dde283433.zip
added dynamic patch
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 946df52..ce0a2d3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -12,6 +12,8 @@ static const char *fonts[] = {
};
static char *prompt = NULL; /* -p option; prompt to the left of input field */
+static const char *dynamic =
+ NULL; /* -dy option; dynamic command to run on input change */
static char normfgcolor[] = "#bbbbbb";
static char normbgcolor[] = "#222222";