changed config.def.h
Anselm R Garbe garbeam@gmail.com
Thu, 06 Mar 2008 19:22:00 +0000
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
config.def.h
→
config.def.h
@@ -56,8 +56,8 @@ #define SNAP 32 /* snap pixel */
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 }, };