Re: [dev] [dwm] merging bottom stack?

2011-10-05 Thread Connor Lane Smith
On 06/10/2011, Jeremy Jackins wrote: > Connor, in your patch the variable nmaster is initialized to 0, which > causes a crash (division by zero) if the incnmaster function is not > called before launching a window. Whoops, this is what happens when I try to isolate code from a larger patch withou

Re: [dev] [dwm] merging bottom stack?

2011-10-05 Thread Jeremy Jackins
On Mon, Sep 26, 2011 at 3:29 PM, Connor Lane Smith wrote: > Hey, > > On 26 September 2011 21:43, Nick wrote: >> Just wondering what people think about the idea of merging the >> bstack layout patch to the plain vanilla dwm? It's pretty >> non-intrusive, and a very useful layout for small screens

Re: [dev] hidcur: Utility for hiding the mouse cursor in X11

2011-10-05 Thread Rob
On 5 October 2011 09:54, Bastien Dejean wrote: > Rob a écrit : > >> I find unclutter sometimes locks my focus to a window, I try to shift focus >> (dwm), it just jumps back. > > You probably need to launch unclutter with the -noevents option. That's fixed it, thank you very much! Rob

[dev] [st] Patch to remove color limit hardcoding

2011-10-05 Thread Nick
A couple of people recently have wanted to set background colours different to any colour in the main palette of 16. This patch allows that, and is generally sensible. diff -r 33577294b822 st.c --- a/st.c Thu Sep 22 10:04:58 2011 +0200 +++ b/st.c Wed Oct 05 13:57:52 2011 +0100 @@ -1541,7 +1541,7 @

Re: [dev] hidcur: Utility for hiding the mouse cursor in X11

2011-10-05 Thread Bastien Dejean
Rob a écrit : > I find unclutter sometimes locks my focus to a window, I try to shift focus > (dwm), it just jumps back. You probably need to launch unclutter with the -noevents option. -- Bastien