Re: [dev] [st] mouse usage, right click to plumb selection

2017-09-12 Thread Jérôme Andrieux
On Tue, Sep 12, 2017 at 8:41 PM, Hiltjo Posthuma wrote: >> Please share what you think about when you say "already possible with >> minor changes in config.h", I'm interested :) >> > > Just adding a (plumb) hotkey and a plumb script which interacts with the > clipboard selection. For me it is caps

Re: [dev] [st] mouse usage, right click to plumb selection

2017-09-12 Thread Hiltjo Posthuma
On Tue, Sep 12, 2017 at 06:08:46PM +0200, Jérôme Andrieux wrote: > On Tue, Sep 12, 2017 at 5:57 PM, Hiltjo Posthuma > wrote: > >> wrote: > >> > TLDR: I use the mouse button3 to plumb the current selection in st, > >> > how would you feel about making this patch a core feature? > >> > >> I like t

Re: [dev] [st] mouse usage, right click to plumb selection

2017-09-12 Thread Jérôme Andrieux
On Tue, Sep 12, 2017 at 5:57 PM, Hiltjo Posthuma wrote: >> wrote: >> > TLDR: I use the mouse button3 to plumb the current selection in st, >> > how would you feel about making this patch a core feature? >> >> I like the idea but it should only be part of the core if enough >> people want it to be

Re: [dev] [st] mouse usage, right click to plumb selection

2017-09-12 Thread Hiltjo Posthuma
On Tue, Sep 12, 2017 at 02:55:29PM +0200, Silvan Jegen wrote: > Hi > > On Tue, Sep 12, 2017 at 1:38 PM, Jérôme Andrieux > wrote: > > TLDR: I use the mouse button3 to plumb the current selection in st, > > how would you feel about making this patch a core feature? > > I like the idea but it shoul

Re: [dev] [st] mouse usage, right click to plumb selection

2017-09-12 Thread Silvan Jegen
On Tue, Sep 12, 2017 at 3:26 PM, Jérôme Andrieux wrote: >> I like the idea but it should only be part of the core if enough >> people want it to be which I doubt. Having it as a patch is good >> enough for me. > > Everything is good then, patch is online and discussion is starting. yepp >> Are

Re: [dev] [st] mouse usage, right click to plumb selection

2017-09-12 Thread Jérôme Andrieux
> I like the idea but it should only be part of the core if enough > people want it to be which I doubt. Having it as a patch is good > enough for me. Everything is good then, patch is online and discussion is starting. > Are you using the plumber from plan9 from user space or do you use > someth

Re: [dev] [st] mouse usage, right click to plumb selection

2017-09-12 Thread Jérôme Andrieux
On Tue, Sep 12, 2017 at 2:13 PM, Truls Becken wrote: > Plumbing with cwd sounds interesting if it works reliably. I see that > one has to configure > ones shell specifically to output an escape code that the patched ST > will recognize. It was once done by descending the child pids from the termi

Re: [dev] [st] mouse usage, right click to plumb selection

2017-09-12 Thread Silvan Jegen
Hi On Tue, Sep 12, 2017 at 1:38 PM, Jérôme Andrieux wrote: > TLDR: I use the mouse button3 to plumb the current selection in st, > how would you feel about making this patch a core feature? I like the idea but it should only be part of the core if enough people want it to be which I doubt. Havin

Re: [dev] [st] mouse usage, right click to plumb selection

2017-09-12 Thread Truls Becken
Plumbing with cwd sounds interesting if it works reliably. I see that one has to configure ones shell specifically to output an escape code that the patched ST will recognize. Question about the patch itself; why start a shell and construct a command that involves cd to change directory? Wouldn't

[dev] [st] mouse usage, right click to plumb selection

2017-09-12 Thread Jérôme Andrieux
Bonjour suckless, TLDR: I use the mouse button3 to plumb the current selection in st, how would you feel about making this patch a core feature? I pushed a patch for st yesterday that I have been using for a while, after getting addicted to some plan9/9term/acme features : https://st.suckless.org

Re: [dev] [PATCH 3/3] slstatus: cpu_perc: make 100% equivalent of 1 cpu

2017-09-12 Thread Kurt Van Dijck
Hey, --- Original message --- > Date: Mon, 11 Sep 2017 21:08:16 +0100 > From: Matthew Parnell > To: dev mail list > Cc: Kurt Van Dijck > Subject: Re: [dev] [PATCH 3/3] slstatus: cpu_perc: make 100% equivalent of > 1 cpu > >I too like it relative to 1 CPU. >This patch 3, also includes