pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5bce471
)
removed xresources for dmenu
author
Daniel Liu
<mr.picklepinosaur@gmail.com>
Thu, 10 Sep 2020 20:39:12 +0000
(16:39 -0400)
committer
Daniel Liu
<mr.picklepinosaur@gmail.com>
Thu, 10 Sep 2020 20:39:12 +0000
(16:39 -0400)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
d5eb224
..
1e299c5
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-58,7
+58,7
@@
static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
-static const char *dmenucmd[] = { "dmenu_run"
, "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbordercolor, "-sf", selfgcolor, NULL
};
+static const char *dmenucmd[] = { "dmenu_run" };
static const char *termcmd[] = { "st", NULL };
/*
static const char *termcmd[] = { "st", NULL };
/*