cURL
curl --request POST \ --url http://localhost:2468/v1/desktop/windows/{id}/move \ --header 'Content-Type: application/json' \ --data ' { "x": 123, "y": 123 } '
{ "height": 1, "id": "<string>", "isActive": true, "title": "<string>", "width": 1, "x": 123, "y": 123 }
Moves the specified window to the given position.
X11 window ID
Window info after move
x >= 0