pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7b074f
)
changed config.def.h
author
Anselm R Garbe
<garbeam@gmail.com>
Thu, 6 Mar 2008 19:22:00 +0000
(19:22 +0000)
committer
Anselm R Garbe
<garbeam@gmail.com>
Thu, 6 Mar 2008 19:22:00 +0000
(19:22 +0000)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
fdf4040
..
4118d68
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-56,8
+56,8
@@
Rule rules[] = {
Layout layouts[] = {
/* symbol function isfloating */
- { "[]
|", tileh
, False }, /* first entry is default */
- { "[]
=", tilev
, False },
+ { "[]
=", tilev
, False }, /* first entry is default */
+ { "[]
|", tileh
, False },
{ "><>", floating, True },
{ "[M]", monocle, True },
};