all repos — dwm @ 8e0f8ffcc63f27bd2e2c666b4e889a3056b3b70b

my dwm build

crash fix
Anselm R Garbe garbeam@gmail.com
Fri, 22 Feb 2008 10:15:59 +0000
commit

8e0f8ffcc63f27bd2e2c666b4e889a3056b3b70b

parent

dd218235369d12ad9d71269db11db05c464a09e0

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M dwm.cdwm.c

@@ -313,7 +313,7 @@ if(m)

m->layout->arrange(m); else for(i = 0; i < mcount; i++) - m->layout->arrange(&monitors[i]); + monitors[i].layout->arrange(&monitors[i]); focus(NULL); restack(m); }