pub fn move_window(winname: &str, x: i32, y: i32) -> Result<()>
Expand description
Moves the window to the specified position
ยงParameters
- winname: Name of the window.
- x: The new x-coordinate of the window.
- y: The new y-coordinate of the window.
Note: [Wayland Backend Only] This function is not supported by the Wayland protocol limitation.