Explorar el Código

changed config.def.h

Anselm R Garbe hace 17 años
padre
commit
247ba66c08
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 },
 };