pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
350e00f
)
fix monitor
author
Daniel Liu
<mr.picklepinosaur@gmail.com>
Fri, 11 Sep 2020 01:12:25 +0000
(21:12 -0400)
committer
Daniel Liu
<mr.picklepinosaur@gmail.com>
Fri, 11 Sep 2020 01:12:25 +0000
(21:12 -0400)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
8924e62
..
b8a643a
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() */
-static const char *dmenucmd[] = { "dmenu_run", "-m", dmenuon };
+static const char *dmenucmd[] = { "dmenu_run", "-m", dmenu
m
on };
static const char *termcmd[] = { "st", NULL };
/*