diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-03-13 12:45:30 +0000 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-03-13 12:45:30 +0000 |
commit | c19d4b2930379d0b966a1f082f9db2f3011bea76 (patch) | |
tree | 60f8a61a2ebd8a54ae12d0fbe06e01d3aa50ab72 /config.anselm.h | |
parent | f77a3d0a62b09f2923b8e2c7e739600ab8283abb (diff) | |
download | dwm-c19d4b2930379d0b966a1f082f9db2f3011bea76.tar dwm-c19d4b2930379d0b966a1f082f9db2f3011bea76.tar.gz dwm-c19d4b2930379d0b966a1f082f9db2f3011bea76.tar.bz2 |
some cleanup
Diffstat (limited to 'config.anselm.h')
-rw-r--r-- | config.anselm.h | 4 |
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("[]="); } |