On Thursday 31 May 2018 14:12,
Amadeusz Sławiński put forth the proposition:
> On Wed, 30 May 2018 23:46:44 +0100
> David Woodfall wrote:
>
> > I'm using the following bind to get the x clipboard into the paste
> > buffer and then paste it:
> >
> > bind P eval 'exec sh -c "xsel -n -o -b > /tmp/sc
On Wed, 30 May 2018 23:46:44 +0100
David Woodfall wrote:
> I'm using the following bind to get the x clipboard into the paste
> buffer and then paste it:
>
> bind P eval 'exec sh -c "xsel -n -o -b > /tmp/screen-exchange"' 'readbuf'
> 'paste .'
>
> There seems to be some kind of timing problem,
On Wednesday 30 May 2018 23:46,
Dave Woodfall put forth the proposition:
> I'm using the following bind to get the x clipboard into the paste
> buffer and then paste it:
>
> bind P eval 'exec sh -c "xsel -n -o -b > /tmp/screen-exchange"' 'readbuf'
> 'paste .'
>
> There seems to be some kind of ti