Add carrot to prompt
This commit is contained in:
parent
817a3325aa
commit
b9a937a530
2
config.h
2
config.h
@ -6,7 +6,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a
|
||||
static const char *fonts[] = {
|
||||
"monospace:size=8"
|
||||
};
|
||||
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] = { "#bbbbbb", "#222222" },
|
||||
|
Loading…
Reference in New Issue
Block a user