about summary refs log tree commit diff stats
path: root/config.anselm.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.anselm.h')
-rw-r--r--config.anselm.h4
1 files changed, 2 insertions, 2 deletions
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 */
104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134