Xinqi Bao's Git
projects
/
dmenu.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (from parent 1:
bf3deb6
)
Typofix
author
Klemens Nanni <
[email protected]
>
Mon, 11 Jan 2016 12:26:37 +0000
(13:26 +0100)
committer
Hiltjo Posthuma <
[email protected]
>
Thu, 14 Jan 2016 22:02:27 +0000
(23:02 +0100)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
8db1dda
..
dcffd38
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-6,7
+6,7
@@
static int topbar = 1; /* -b option; if 0, dmenu appears a
static const char *fonts[] = {
"monospace:size=10"
};
static const char *fonts[] = {
"monospace:size=10"
};
-static const char *prompt = NULL; /* -p option; prompt to the
el
ft of input field */
+static const char *prompt = NULL; /* -p option; prompt to the
le
ft of input field */
static const char *normbgcolor = "#222222"; /* -nb option; normal background */
static const char *normfgcolor = "#bbbbbb"; /* -nf option; normal foreground */
static const char *selbgcolor = "#005577"; /* -sb option; selected background */
static const char *normbgcolor = "#222222"; /* -nb option; normal background */
static const char *normfgcolor = "#bbbbbb"; /* -nf option; normal foreground */
static const char *selbgcolor = "#005577"; /* -sb option; selected background */