pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0267353
)
well I use a different default tile
author
Anselm R Garbe
<garbeam@gmail.com>
Thu, 13 Mar 2008 10:21:03 +0000
(10:21 +0000)
committer
Anselm R Garbe
<garbeam@gmail.com>
Thu, 13 Mar 2008 10:21:03 +0000
(10:21 +0000)
config.anselm.h
patch
|
blob
|
history
diff --git
a/config.anselm.h
b/config.anselm.h
index
f546941
..
ea0f52e
100644
(file)
--- a/
config.anselm.h
+++ b/
config.anselm.h
@@
-27,8
+27,8
@@
Rule rules[] = {
Layout layouts[] = {
/* symbol function isfloating */
- { "[]
=", tilev
, False }, /* first entry is default */
- { "[]
|", tileh
, False },
+ { "[]
|", tileh
, False }, /* first entry is default */
+ { "[]
=", tilev
, False },
{ "><>", floating, True },
{ "[M]", monocle, True },
};