Parcourir la source

changed config.def.h

Anselm R Garbe il y a 17 ans
Parent
commit
247ba66c08
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      config.def.h

+ 2 - 2
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 },
 };