all repos — dwm @ c19d4b2930379d0b966a1f082f9db2f3011bea76

my dwm build

some cleanup
Anselm R Garbe garbeam@gmail.com
Thu, 13 Mar 2008 12:45:30 +0000
commit

c19d4b2930379d0b966a1f082f9db2f3011bea76

parent

f77a3d0a62b09f2923b8e2c7e739600ab8283abb

2 files changed, 3 insertions(+), 4 deletions(-)

jump to
M config.anselm.hconfig.anselm.h

@@ -71,14 +71,13 @@ mox = mx;

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("[]="); }
M dwm.cdwm.c

@@ -408,6 +408,7 @@ XConfigureEvent *ev = &e->xconfigure;

if(ev->window == root && (ev->width != sw || ev->height != sh)) { setgeoms(); + updatebarpos(); arrange(); } }

@@ -1415,8 +1416,6 @@ mox = wx;

moy = wy; mow = ww; moh = wh; - - updatebarpos(); } void