[dev] Re: Fmask [c posix]

2015-12-30 Thread Mattias Andrée
For the life of me I cannot understand when this would be useful. Why was this written? On Wed, 30 Dec 2015 22:54:40 -0200 Marc Collin wrote: > Hiltjo, I'm sorry, that was really unthoughtful from me. > Not sure if this email conversation is still able to be > saved, but here goes the the author

Re: [dev] Fmask [c posix]

2015-12-30 Thread Marc Collin
Hiltjo, I'm sorry, that was really unthoughtful from me. Not sure if this email conversation is still able to be saved, but here goes the the author's documentation I mentioned. In the future I'll remember to make better emails. fmask -- apply masks to files. Table of Contents = 1

Re: [dev] Fmask [c posix]

2015-12-30 Thread stanio
meta-meta * Hiltjo Posthuma 2015-12-30 12:21 > What's next? Linking interesting tweets? https://twitter.com/ggreenwald/status/682187313644998656

Re: [dev] Fmask [c posix]

2015-12-30 Thread Ammar James
Since your email was under 140 characters I am considering it a tweet. New rule for patches: all patches must be under 140 chars. -Ammar. On Dec 30, 2015, at 7:39 AM, Staven wrote: >> What's next? Linking interesting tweets? > > That can't happen, since there's no such thing. > >

Re: [dev] [dwm] improved maximize patch

2015-12-30 Thread Jonathen Russell
Thanks Hiltjo, wasn't sure if there was a repo I could submit it too. I'll do that soon. I also added better class and name hint matching to runorraise, could I submit that too? jgr On Wed, Dec 30, 2015 at 9:12 PM, Hiltjo Posthuma wrote: > > On Tue, Dec 29, 2015 at 5:41 PM, Jonathen Russell wro

Re: [dev] Fmask [c posix]

2015-12-30 Thread Staven
> What's next? Linking interesting tweets? That can't happen, since there's no such thing.

Re: [dev] Fmask [c posix]

2015-12-30 Thread Hiltjo Posthuma
On Wed, Dec 30, 2015 at 11:44 AM, Marc Collin wrote: > I think it's a good example of how to do much with little. > Check out the ``5 How powerful is this?'' on the author's > documentation (post #8) > > On Wed, Dec 30, 2015 at 7:02 AM, Dimitris Papastamos wrote: >> On Wed, Dec 30, 2015 at 12:49:

Re: [dev] [dwm] improved maximize patch

2015-12-30 Thread Hiltjo Posthuma
On Tue, Dec 29, 2015 at 5:41 PM, Jonathen Russell wrote: > Minor changes to this patch while applying it to latest git tonight. > > Changes: > > * change boolean values to integers > * remove redundant window size saving (resizeclient() does this already) > > jgr Nice, just push it to the

Re: [dev] Fmask [c posix]

2015-12-30 Thread Marc Collin
I think it's a good example of how to do much with little. Check out the ``5 How powerful is this?'' on the author's documentation (post #8) On Wed, Dec 30, 2015 at 7:02 AM, Dimitris Papastamos wrote: > On Wed, Dec 30, 2015 at 12:49:59AM -0200, Marc Collin wrote: >> Hello suckless. >> >> I came a

Re: [dev] Fmask [c posix]

2015-12-30 Thread Dimitris Papastamos
On Wed, Dec 30, 2015 at 12:49:59AM -0200, Marc Collin wrote: > Hello suckless. > > I came across something really interesting. > http://bbs.progrider.org/prog/read/1399107986 > What do you guys think? Why do you think it is interesting?

Re: [dev] [dwm] improved maximize patch

2015-12-30 Thread Staven
On Wed, Dec 30, 2015 at 02:41:52AM +1000, Jonathen Russell wrote: > Minor changes to this patch while applying it to latest git tonight. > > Changes: > > * change boolean values to integers > * remove redundant window size saving (resizeclient() does this already) > > jgr Wouldn't it ma