[dev] Re: [dwm] stacker patch (client stack management)

2014-01-13 Thread Carlos Pita
Hi there, I've updated the stacker patch to support focus/push previously selected client, so it now subsumes the swapfocus patch besides the movestack and push patches. The cheatsheet: MODKEY -> focus MODKEY|Shift -> push/move/swap (whatever you call it) both can be combined with one of: ` (gr

Re: swc library to implement dwm under Wayland (was Re: [dev] gtk3 support for surf?)

2014-01-13 Thread Fernando C.V.
On Sun, Jan 12, 2014 at 11:39 AM, FRIGN wrote: > I am still wondering if Wayland really is the way to go, given the fact > it requires a lot of dependencies for "basic" tasks (*(E)GL, dbus, PAM, > DRI (mostly)) and hogs memory. I believe most of the implementation details are up to the compositor

Re: [dev] [PATCH][RFC] Add a basic version of tr

2014-01-13 Thread q
On Mon, Jan 13, 2014 at 11:19:49AM -0800, Silvan Jegen wrote: > I have rewritten "tr" to use mmap and the wchar.h functions. It seems > to be quite slow but as far as I can tell it works reasonably well (at > least when using a UTF-8 locale). Comments/review and testing welcome > (I am relatively n

[dev] [PATCH][RFC] Add a basic version of tr

2014-01-13 Thread Silvan Jegen
Hi I have rewritten "tr" to use mmap and the wchar.h functions. It seems to be quite slow but as far as I can tell it works reasonably well (at least when using a UTF-8 locale). Comments/review and testing welcome (I am relatively new to C so beware)! If you think adding this version of "tr" to s

Re: [dev] [surf] [PATCH] edit not found urls

2014-01-13 Thread Christoph Lohmann
Greetings. On Mon, 13 Jan 2014 17:59:12 +0100 Nick wrote: > Quoth Edgaras: > > To be fair I'm not exactly sure what is your concern. I guess you'r worried > > that when entering url, getting redirected and trying to edit url you would > > get original url you entered and not the real/current one.

Re: [dev] [surf] [PATCH] edit not found urls

2014-01-13 Thread Nick
Quoth Edgaras: > To be fair I'm not exactly sure what is your concern. I guess you'r worried > that when entering url, getting redirected and trying to edit url you would > get original url you entered and not the real/current one. That is not the > case, url setting for that is in previously menti

Re: [dev] [surf] [PATCH] edit not found urls

2014-01-13 Thread Edgaras
On Sun, Jan 12, 2014 at 09:52:53PM +, Nick wrote: > Quoth Edgaras: > > Since I do not use any history or bookmarks, for a very long time it bugged > > me > > that if you misspell address and page is not found, when you try to edit > > address you do not get what you have entered, but get "abou

Re: [dev] [surf] [PATCH] edit not found urls

2014-01-13 Thread Hannes Blut
Thanks! -- CXblut cxb...@gmail.com #blut on irc.freenode.net @cxblut twitter bitbucket.org/blut signature.asc Description: Digital signature

Re: [dev] [dwm] gaps patch

2014-01-13 Thread Carlos Pita
Hi Chris, I've been pushing all my patches to the sites repo, yes. Some of them were already accepted and others are in pull request state. Best regards -- Carlos On Sun, Jan 12, 2014 at 11:48 PM, Chris Down wrote: > On 2014-01-12 22:05:21 -0200, Carlos Pita wrote: >> I would like to share this

Re: [dev] [dwm] cfacts patch

2014-01-13 Thread Patrick Steinhardt
Hi, On Fri, Jan 10, 2014 at 05:33:07PM +0100, Christoph Lohmann wrote: > Greetings. > > On Fri, 10 Jan 2014 17:33:07 +0100 Patrick Steinhardt wrote: > > Hi, > > > > I've written a patch that enables per-client 'cfacts'. This > > allows users to modify a clients weight in the stack it is > > cur