Re: [hackers] [PATCH 1/2] Embed dmenu in tabbed own window

From: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Sun, 11 Mar 2018 13:25:35 +0100

On Sun, Mar 11, 2018 at 01:17:15AM +1100, Markus Teich wrote:
> My laptop broke recently and I'm currently travelling and unable to restore
> my keys. Can someone else take care of these 2 patches? Thanks!
>
> --Markus
>
>
> Am 2018-03-10 16:44, schrieb Lucas Gabriel Vuotto:
> > Signed-off-by: Lucas Gabriel Vuotto <lgv_AT_nanashi.co>
> > ---
> > config.def.h | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/config.def.h b/config.def.h
> > index 2d23049..defa426 100644
> > --- a/config.def.h
> > +++ b/config.def.h
> > _AT_@ -27,7 +27,7 @@ static Bool npisrelative = False;
> > .v = (char *[]){ "/bin/sh", "-c", \
> > "prop=\"`xwininfo -children -id $1 | grep '^ 0x' |"
> > \
> > "sed -e's_AT_^ *\\(0x[0-9a-f]*\\) \"\\([^\"]*\\)\".*@\\1
> > \\2_AT_' |" \
> > - "xargs -0 printf %b | dmenu -l 10`\" &&" \
> > + "xargs -0 printf %b | dmenu -l 10 -w $1`\" &&" \
> > "xprop -id $1 -f $0 8s -set $0 \"$prop\"", \
> > p, winid, NULL \
> > } \
>

Hey,

I've applied the patches.

-- 
Kind regards,
Hiltjo
Received on Sun Mar 11 2018 - 13:25:35 CET

This archive was generated by hypermail 2.3.0 : Sun Mar 11 2018 - 13:36:28 CET