Re: Trying to get clipboard into paste buffer

2018-05-31 Thread David Woodfall
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

Re: Trying to get clipboard into paste buffer

2018-05-31 Thread Amadeusz Sławiński
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,

Re: Trying to get clipboard into paste buffer

2018-05-30 Thread David Woodfall
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