Re: [dev] [wmii] Reproducible crashes with "dead" windows

2010-02-22 Thread Suraj Kurapati
On Sat, Feb 20, 2010 at 1:21 PM, Tom Kazimiers wrote: >> This error is caused by an incomplete status bar definition:  there a >> status bar applet defined in your config which lacks a "label" >> subsection. > > I looked into my config file and found the following status bar applets: > > But why s

[dev] dwm 5.8 movestack patch

2010-02-22 Thread Jonas H.
$ diff dwm-5.6.1-movestack.diff dwm-5.8-movestack.diff 76c76 < + arrange(); --- > + arrange(selmon); diff --git a/config.h b/config.h index cca37df..ff1f3a9 100644 --- a/config.h +++ b/config.h @@ -48,6 +48,7 @@ static const Layout layouts[] = { static const char *dmenucmd

Re: [dev] dwm 5.8 movestack patch

2010-02-22 Thread Niki Yoshiuchi
Awesome! Thanks for updating it. I've been meaning to get around to it but I just haven't had the time. I guess I should get off my butt and update the fibonacci patch as well. Thanks again, -Niki Yoshiuchi On Mon, Feb 22, 2010 at 3:28 PM, Jonas H. wrote: > $ diff dwm-5.6.1-movestack.diff dw