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 77af948..aef5947 100644
--- a/config.anselm.h
+++ b/config.anselm.h
@@ -71,14 +71,13 @@ setanselmgeoms(void) {
 	moy = my;
 	mow = mw;
 	moh = mh;
-
-	updatebarpos();
 }
 
 void
 anselmgeoms(const char *arg) {
 	setgeoms = setanselmgeoms;
 	setgeoms();
+	updatebarpos();
 	setlayout("[]|");
 }
 
@@ -86,6 +85,7 @@ void
 defgeoms(const char *arg) {
 	setgeoms = setdefaultgeoms;
 	setgeoms();
+	updatebarpos();
 	setlayout("[]=");
 }