pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf76cef
)
removed useless comment
author
Anselm R Garbe
<garbeam@gmail.com>
Wed, 2 Jul 2008 10:19:02 +0000
(11:19 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Wed, 2 Jul 2008 10:19:02 +0000
(11:19 +0100)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
8490e48
..
d408e70
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-34,7
+34,7
@@
static Layout layouts[] = {
/* symbol arrange function */
{ "[]=", tile }, /* first entry is default */
{ "><>", NULL }, /* no layout function means floating behavior */
- { "[M]", monocle },
/* first entry is default */
+ { "[M]", monocle },
};
/* key definitions */