xdo_activate_window

Activate a window. This is generally a better choice than xdo_focus_window for a variety of reasons, but it requires window manager support: - If the window is on another desktop, that desktop is switched to. - It moves the window forward rather than simply focusing it

Requires your window manager to support this. Uses _NET_ACTIVE_WINDOW from the EWMH spec.

@param wid the window to activate

extern (C) nothrow @nogc
int
xdo_activate_window
(
const xdo_t* xdo
,
Window wid
)

Meta