diff options
| author | Anselm R Garbe <garbeam@gmail.com> | 2008-03-13 10:21:03 +0000 | 
|---|---|---|
| committer | Anselm R Garbe <garbeam@gmail.com> | 2008-03-13 10:21:03 +0000 | 
| commit | 3c5b6f03baa16dd8bbe9a4f70bb32b02ce4a488a (patch) | |
| tree | 6d71114d3755678fda484ec51be58f14a2d78cd1 | |
| parent | 02673538bc98daeb2fe31d3667b5f3e0884e4831 (diff) | |
well I use a different default tile
| -rw-r--r-- | config.anselm.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/config.anselm.h b/config.anselm.h index f546941..ea0f52e 100644 --- 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 },  }; | 
