wl-clipboard
wl-clipboard copied to clipboard
wl-copy hangs in Kakoune
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)'
Hangs how? Can you check what it's waiting for?
is this fixed by #101?