diff --git a/config.anselm.h b/config.anselm.h
index ea0f52e..937ab81 100644
--- a/config.anselm.h
+++ b/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 */