Re: [Patch] Drag'n'Dropping clients on tags

2008-12-15 Thread Julien Danjou
At 1229262041 time_t, Gregor Best wrote: The attached patch splits awful.mouse.client.dragtotag into awful.mouse.client.dragtotag.widget for the regular target selection by dragging the client over a taglist and awful.mouse.client.dragtotag.border for selecting the target tag by dragging the

Re: [PATCH] awful.layout.set for non active tag

2008-12-15 Thread Julien Danjou
At 1229272026 time_t, Leon Winter wrote: Gregor beated me, so here is a better patch :D Merged. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [PATCH] netwm

2008-12-15 Thread Julien Danjou
At 1229294665 time_t, Maarten Maathuis wrote: What i should have said is that it does nothing for a client that is on a tag that isn't visible currently. The question is, should _NET_WM_STATE_DEMANDS_ATTENTION be turned on in that case? No, because I guess such request are sent by pager.

Re: [PATCH] netwm

2008-12-15 Thread Julien Danjou
At 1229284001 time_t, Arnaud VALLAT wrote: please find along with this email a patch for awesome 3.1 (git version) which handles _NET_ACTIVE_WINDOW to ewmh_process_client_message. Pushed, thanks. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42

Re: [PATCH] netwm

2008-12-15 Thread Arnaud VALLAT
Hello, got another patch (at home) which changes the tag before focussing to the client, got this one working on my local copy of awesome 2.3.4. I can send it tonight once I get back home. Regards Rno On Mon, Dec 15, 2008 at 10:05 AM, Julien Danjou jul...@danjou.info wrote: At 1229284001

Re: [PATCH] netwm

2008-12-15 Thread Arnaud VALLAT
By changing I mean view the tag (tag_view) Rno On Mon, Dec 15, 2008 at 10:08 AM, Arnaud VALLAT rno@gmail.com wrote: Hello, got another patch (at home) which changes the tag before focussing to the client, got this one working on my local copy of awesome 2.3.4. I can send it tonight

Re: [PATCH] netwm

2008-12-15 Thread Julien Danjou
At 1229331863 time_t, Julien Danjou wrote: No, because I guess such request are sent by pager. Ah, re-reading the spec, it maybe a good idea after all. The thing is that spec does not specify if the workspace should be switched or if the window should change its workspace. -- Julien Danjou //

Re: [PATCH] awful.menu: use bg_image instead of imagebox

2008-12-15 Thread Julien Danjou
At 1229325688 time_t, Leon Winter wrote: +if icon.width tonumber(data.h) then +icon = icon:crop_and_scale(0,0,icon.height,icon.width,data.h,data.h) Pictures may not be square. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6

Re: [PATCH] netwm

2008-12-15 Thread Arnaud VALLAT
Well in case of a pager, it should be in charge of the pager to switch to the right workspace and then active the window by using _NET_CURRENT_DESKTOP. Awesome already supports _NET_CURRENT_DESKTOP, and switch to the right tag. Rno On Mon, Dec 15, 2008 at 10:23 AM, Julien Danjou