xdo_set_desktop_for_window

Move a window to another desktop Uses _NET_WM_DESKTOP of the EWMH spec.

@param wid the window to move @param desktop the desktop destination for the window

extern (C) nothrow @nogc
int
xdo_set_desktop_for_window
(
const xdo_t* xdo
,
Window wid
,
long desktop
)

Meta