diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-22 06:17:11 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-22 06:17:11 +0000 |
commit | a00ff69b44e0bac8e453ce34a2b7346dde283433 (patch) | |
tree | 14b478addca650aa2249347dae65a735cb2982f3 /config.h | |
parent | added center patch (diff) | |
download | dmenu-a00ff69b44e0bac8e453ce34a2b7346dde283433.tar.gz dmenu-a00ff69b44e0bac8e453ce34a2b7346dde283433.zip |
added dynamic patch
Diffstat (limited to '')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"; |