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("[]=");
 }
 
bash script' href='/akspecs/ranger/commit/ranger.py?h=v1.9.0b5&id=06848dc3f83e940cf26342a5b6dfeb31c88e1f06'>06848dc3 ^
d1a1173d ^

8fa87054 ^
06848dc3 ^
240394a4 ^
f027adc0 ^
08f08fb9 ^
654af129 ^
08f08fb9 ^
d8084b41 ^

99400080 ^
08f08fb9 ^

654af129 ^

d1a1173d ^
d8084b41 ^
cba63cf3 ^
b4250dbc ^

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
29
30
31
32
33
34
35
36
37
38
39
40