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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.anselm.h b/config.anselm.h
index 937ab81..990575d 100644
--- a/config.anselm.h
+++ b/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("[]=");
 }
 
1fd618228d'>a4ef18b1 ^
decaddb4 ^



6f5d7864 ^
c1a50c82 ^

6f5d7864 ^
c1a50c82 ^

6f5d7864 ^
c1a50c82 ^






1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28