Set default dmenu prompt

master
Hektor Misplon 2021-01-08 22:26:53 +01:00
parent 5373c3a012
commit afbb55170d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ static int min_width = 500; /* minimum width when centered */
static const char *fonts[] = {
"Iosevka Term SS08:size=14"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *prompt = ""; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#555555", "#111111" },