Closed jpnadas closed 4 years ago
Thanks, but this seems highly specific (eg. most clipmenu are not also sxhkd users...), so I'm not in favour of adding this to the readme.
CM_OUTPUT_CLIP is about putting the clipboard contents on stdout anyway, I'm not sure how it's related.
I think I confused putting it to stdout to pasting it... that is my bad.
In any case, don't you think this is relevant? sxhkd is widely used, and I think the behavior of pasting it automatically is quite nice to have.
Where's the evidence that sxhkd is widely used by clipmenu users? There's only a single other issue or pull request that refers to it in any fashion (https://github.com/cdown/clipmenu/issues?q=sxhkd). If we added instructions for every piece of software which is "widely used", the readme would become an unending mess.
A generic guide to programmatically triggering a paste seems an independent piece of information from clipmenu operation, though, even if it's not about sxhkd.
Ok, you convinced me. My intention was to save some time for people who tried to do the same thing as I did, but you are right, the readme is not the right place to have it.
I will withdraw the PR
Simply setting CM_OUTPUT_CLIP=1 doesn't work with
sxhkd
. I managed to get it working withxdotool
, so I added it toREADME.md
, as I imagine this is something many people will want.