Explorar el Código

set layout already here

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

+ 2 - 2
config.anselm.h

@@ -78,13 +78,13 @@ setanselmgeoms(void) {
 void
 anselmgeoms(const char *arg) {
 	setgeoms = setanselmgeoms;
-	arrange();
+	setlayout("[]|");
 }
 
 void
 defgeoms(const char *arg) {
 	setgeoms = setdefaultgeoms;
-	arrange();
+	setlayout("[]=");
 }
 
 /* key definitions */