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

+ 2 - 0
config.anselm.h

@@ -78,12 +78,14 @@ setanselmgeoms(void) {
 void
 anselmgeoms(const char *arg) {
 	setgeoms = setanselmgeoms;
+	setgeoms();
 	setlayout("[]|");
 }
 
 void
 defgeoms(const char *arg) {
 	setgeoms = setdefaultgeoms;
+	setgeoms();
 	setlayout("[]=");
 }