X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.anselm.h;h=aef59476a2e5ca156bd0c10773cf1ce26b3f2de3;hp=77af948e6bb315a5ceb059220950e40e643d061e;hb=c19d4b2930379d0b966a1f082f9db2f3011bea76;hpb=f77a3d0a62b09f2923b8e2c7e739600ab8283abb 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("[]="); }