Re: Lua layouts in next

2008-12-01 Thread Julien Danjou
At 1228072421 time_t, Gregor Best wrote: I forgot to attach patch #2 which makes the fair layout use the clients border width. Once again (as often) sorry for the inconvenience. My hero. Pushed. :) -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974

Re: Lua layouts in next

2008-11-30 Thread Gregor Best
Hi people, once again, I wasted some time (:D) and fixed the fair layout. Now both fairh and fairv work as they did before the transition to Lua. A patch is attached. Gregor BestFrom 764ac17955938ca3765302afe9bd2513a3ff9559 Mon Sep 17 00:00:00 2001 From: Gregor Best [EMAIL PROTECTED]

Re: Lua layouts in next

2008-11-30 Thread Gregor Best
I forgot to attach patch #2 which makes the fair layout use the clients border width. Once again (as often) sorry for the inconvenience. Gregor BestFrom 1cc846394d9c2158fb367d792fba1414b4586d59 Mon Sep 17 00:00:00 2001 From: Gregor Best [EMAIL PROTECTED] Date: Sun, 30 Nov 2008 20:11:38

Re: Lua layouts in next

2008-11-29 Thread Julien Danjou
At 1227901844 time_t, Gregor Best wrote: Stupidity caught me once again, i forgot to include the actual floating layout function in the patch. Sorry for the inconvenience :) Everything merged, thanks much Gregor. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info //

Re: Lua layouts in next

2008-11-28 Thread Gregor Best
At Fri, 28 Nov 2008 08:52:40 +0100 Julien Danjou [EMAIL PROTECTED] wrote: Yes, the port is not complete at all. Gregor send me a patch to fix that. And here comes yet another one :) I think the behaviour for ncols 2 is still not really as good as it could be, but I got rid of the one place

Re: Lua layouts in next

2008-11-28 Thread Gregor Best
Hello people, here comes once again a patch for Lua-Layouts, this time adding a floating layout and re-enabling mouse resizing / movement of clients in floating and tiling layouts. Gregor Bestdiff --git a/awesomerc.lua.in b/awesomerc.lua.in index 145a0f9..7d9639a 100644 ---

Re: Lua layouts in next

2008-11-27 Thread koniu
Hey, you probably realize but to even keep track - there's somethings wrong with the lua layouts in next as they are now (unless i managed to misconfigure something badly) but anyway there's some obvious artifacts like missing tiles and such: http://omploader.org/veXc1 Also I've noticed that max

Re: Lua layouts in next

2008-11-27 Thread Julien Danjou
the lua layouts. That's size hints. Someone is looking into this, right? :) Yes, the port is not complete at all. Gregor send me a patch to fix that. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc

Lua layouts in next

2008-11-26 Thread Gregor Best
Hello people, today, i took some time to write a few patches which make the functions in awful.tag and awful.layout aware of the Lua layouts in next and one of the assorted problems (simplified tag objects). These patches work around the tag objects no longer having a layout property