Re: [dev] [dwm] systray in upstream dwm?

2012-04-05 Thread Jeremy Jackins
On Thu, Apr 5, 2012 at 2:12 AM, KIMURA Masaru wrote: >> however in my opinion a system tray is >> not necessary and should not be added to mainline. > > if you don't mind my asking, explain why? > just curious. > Necessity needs justification, not the other way around.

Re: [dev] regarding surf and cookie handling

2012-02-21 Thread Jeremy Jackins
On Tue, Feb 21, 2012 at 1:13 PM, Nick wrote: > userbase of < 5 ;) Hey, just because we're quiet doesn't mean we aren't here.

Re: [dev] network usage graphs

2012-01-27 Thread Jeremy Jackins
On Thu, Jan 26, 2012 at 11:05:19PM -, Bjartur Thorlacius wrote: > What use is bloatware such as ed when you have sed and sponge? Not sure if sarcasm...

Re: [dev] [st] Drawing optimizations

2012-01-21 Thread Jeremy Jackins
On Sat, Jan 21, 2012 at 3:54 PM, Aurélien Aptel wrote: > Hi all, > > I've made st ~10x faster on my computer. If there are no major bugs I > will tag tip as version 0.2. > Here's the relevant commit message: > > * add a timeout value (SELECT_TIMEOUT) of 20ms in the select() call > * wait at least

Re: [dev] Patch for st tabbed

2012-01-20 Thread Jeremy Jackins
> Patch for st tabbed > also adds bindable function to instantly exit tabbed (I bind to ^c). Don't you ever want to interrupt a program without closing all your terminals?

Re: [dev] st: Font problem

2012-01-17 Thread Jeremy Jackins
On Tue, Jan 17, 2012 at 4:17 AM, Aurélien Aptel wrote: > On Tue, Jan 17, 2012 at 10:38 AM, François Chaix wrote: >> So, it works, st launches, but it is very slow. 1s to display a full >> man page, 3s to display a ncurses-based interface (tested with mocp). >> What do you think this comes from ?

Re: [dev] [surf] hover fix

2012-01-16 Thread Jeremy Jackins
> this Sorry, this one can actually be applied. hover3.diff Description: Binary data

Re: [dev] [surf] hover fix

2012-01-16 Thread Jeremy Jackins
On Mon, Jan 16, 2012 at 4:38 AM,   wrote: > Hello, > > Surf doesn't "update" when hovering link, > removing an else fixes it. I think this has the same effect but avoids a redundant print. This has really bothered me a few times, that I couldn't hover a link while the page was loading. hover2.di

Re: [dev] network usage graphs

2011-12-24 Thread Jeremy Jackins
Is there a reason for using a stream editor when you want to edit in-file? echo '1d w' | ed original.dat

Re: [dev] PARENT_XID environment variable.

2011-11-06 Thread Jeremy Jackins
>> > I would like to add support for surf, zathura and others I use >> > daily. >> >> I already use it with surf, and I didn't have to add any support. >> > > Are you using PARENT_XID environment variable enabled surf? That was > the point of my mail. Ah, I fear I skimmed through your mail too qui

Re: [dev] PARENT_XID environment variable.

2011-11-05 Thread Jeremy Jackins
> I would like to add support for surf, zathura and others I use daily. I already use it with surf, and I didn't have to add any support.

Re: [dev] [dwm] 2000 SLOC

2011-10-31 Thread Jeremy Jackins
> The current list of unclear removal candidates is: > > * surf (seems dead, please shout if you disagree or if anyone wants to > take this on, it doesn't make sense if it is not maintained, as > webkitgtk carries away) > * ii (Nion, are you still maintaining it?) I'm fine with the other ones, but

Re: [dev] [dwm] ncol layout

2011-10-31 Thread Jeremy Jackins
> So in other words, if we can say tha majority use cases are: > > nmaster: 1-2 > ncol (slave cols): 1-2 Hm, so are we no longer considering bstack? I agree that mod-shift-t would be a nice way to do nmaster=2, but this means that with more than two windows I'm stuck a stack on the side and I've l

Re: [dev] [dwm] ncol layout

2011-10-30 Thread Jeremy Jackins
> keybinding), so increasing nmaster and moving that window into the s/increasing/decreasing/ > ... Anyway it seems like my > explanation isn't clear so I'll try to implement it and post a patch Okay, so not knowing the dwm source very well I'm having trouble implementing this, but I think these

Re: [dev] [dwm] ncol layout

2011-10-30 Thread Jeremy Jackins
> But, how would you be able to decrease the nmaster number? Focus a window in master and press alt+shift+enter (or whatever keybinding), so increasing nmaster and moving that window into the stack. Instead of choosing the nmaster number and letting the windows arrange themselves appropriately, yo

Re: [dev] [dwm] ncol layout

2011-10-30 Thread Jeremy Jackins
I'm sure someone has thought of this before but it came to me as a nice way to allow multiple clients in master: Pretending for a moment that mod+shift+return didn't spawn a terminal by default, what if we had something like: - mod+return switches focused window in and out of master, like normal

Re: [dev] [dwm] 2000 SLOC

2011-10-30 Thread Jeremy Jackins
> First I want many projects removed from suckless.org, only the real key > projects should survive. I plan to set up suckmore-graveyard.org or something > similar in a couple of weeks to allow for an archive of those non fitters, as Aside from wmii, what other projects do you have in mind? I'm su

Re: [dev] Linux sucks!

2011-10-29 Thread Jeremy Jackins
> condolences on your shitty university Makes me appreciate mine a bit more, where the windows section of the main undergrad lab is a dank little corner mainly populated by students from other departments who were forced into taking a CS course.

Re: [dev] [dwm] merging bottom stack?

2011-10-05 Thread Jeremy Jackins
On Mon, Sep 26, 2011 at 3:29 PM, Connor Lane Smith wrote: > Hey, > > On 26 September 2011 21:43, Nick wrote: >> Just wondering what people think about the idea of merging the >> bstack layout patch to the plain vanilla dwm? It's pretty >> non-intrusive, and a very useful layout for small screens

[dev] Missing hg repo after move?

2011-09-29 Thread Jeremy Jackins
hg clone http://hg.suckless.org/sandy gives abort: HTTP Error 500: Internal Server Error and it also doesn't appear in the repositories list at hg.suckless.org. I'm guessing this has something to do with the hosting move.

Re: [dev] [st]100% cpu in some cases

2011-09-18 Thread Jeremy Jackins
I experience this also, using the free radeon driver. I have no idea what this firmware-linux-nonfree is though...

Re: [dev] wmii unicode in the status?

2011-01-23 Thread Jeremy Jackins
On Sun, Jan 23, 2011 at 6:26 PM, Eitan Goldshtrom wrote: > So I had already done that, which made me wonder why you were suggesting > it, because obviously I must have done something wrong when I tried to hg > that URL. I hadn't realized that I needed to build that after getting it. I > did and ev