Explorar el Código

well I use a different default tile

Anselm R Garbe hace 17 años
padre
commit
3c5b6f03ba
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      config.anselm.h

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