wl-clipboard icon indicating copy to clipboard operation
wl-clipboard copied to clipboard

wl-copy hangs in Kakoune

Open alexherbo2 opened this issue 5 years ago • 2 comments

Kakoune

How to reproduce

Execute the following in your terminal:

kak -e 'nop %sh(wl-copy something)'

Workaround

kak -e 'nop %sh(wl-copy something > /dev/null 2>&1)'

alexherbo2 avatar Oct 07 '20 17:10 alexherbo2

Hangs how? Can you check what it's waiting for?

bugaevc avatar Oct 07 '20 17:10 bugaevc

is this fixed by #101?

retrotails avatar Dec 01 '20 05:12 retrotails