curl --request POST \
--url http://localhost:2468/v1/desktop/clipboard \
--header 'Content-Type: application/json' \
--data '
{
"text": "<string>",
"selection": "<string>"
}
'{
"ok": true
}Sets the text content of the X11 clipboard.
curl --request POST \
--url http://localhost:2468/v1/desktop/clipboard \
--header 'Content-Type: application/json' \
--data '
{
"text": "<string>",
"selection": "<string>"
}
'{
"ok": true
}