Re: [dwm] Horizontal tiling

2008-12-19 Thread thierry beauquier
Hi Antony, Yes, it is what I was looking for. Do you know if the 5.3 patch can be applied on 5.3.1? Thanks Thierry On Thu, Dec 18, 2008 at 10:34 PM, Antony Jepson anton...@gmail.com wrote: Dear Thierry, On 2008-12-18, thierry beauquier wrote: I am looking for a patch to have horizontal

Re: [dwm] Horizontal tiling

2008-12-19 Thread James Turner
On Fri, Dec 19, 2008 at 07:50:22AM -0500, thierry beauquier wrote: Hi Antony, Yes, it is what I was looking for. Do you know if the 5.3 patch can be applied on 5.3.1? Thanks Thierry Yes, the 5.3 patch should apply fine to 5.3.1. I also just put out a patch for 5.4 that includes the

Re: [dwm] Horizontal tiling

2008-12-19 Thread thierry beauquier
Hi Antony, I installed the patch and compile it successfully however it does not seems to work. It is still using the vertical option I have to say that I got some issue to apply the patch using #patch -p1 patch. It seems that I was missing bstack.c so I have created an empty file to get it to

Re: [dwm] Horizontal tiling

2008-12-19 Thread James Turner
On Fri, Dec 19, 2008 at 11:08:12AM -0500, thierry beauquier wrote: Hi Antony, I installed the patch and compile it successfully however it does not seems to work. It is still using the vertical option I have to say that I got some issue to apply the patch using #patch -p1 patch. It seems

Re: [dwm] Horizontal tiling

2008-12-19 Thread thierry beauquier
Hi Antony, Works well now. The patch applied well and I follow your suggestion to set bottom stack as default Thanks for the good work. Merry Christmas and Happy New Year Regards Thierry On Fri, Dec 19, 2008 at 11:13 AM, James Turner ja...@bsdgroup.org wrote: On Fri, Dec 19, 2008 at

Re: [dwm] C-version of dwm status (no xsetroot needed)

2008-12-19 Thread Jeremy Jay
On Tue 16 Dec 2008 - 04:08PM, Donald Chai wrote: use his status program. His intent is that anyone who can't figure out xsetroot can use 4 X11 procedures from C. actually my intent was to get away from bash scripts/whatnot and having to use so many different programs to generate a status line.

Re: [dwm] C-version of dwm status (no xsetroot needed)

2008-12-19 Thread Neale Pickett
Jeremy Jay dinkuma...@gmail.com writes: Anyways, here's my finished dwm status code. Nice. I've written something very similar, but mine relies more on the shell and having to use lots of programs. I wanted to create an extensible tool that you could use as the foundation of a shell script