xdo_set_window_class

Change the window's classname and or class.

@param name The new class name. If NULL, no change. @param _class The new class. If NULL, no change.

extern (C) nothrow @nogc
int
xdo_set_window_class
(
const xdo_t* xdo
,
Window wid
,
const char* name
,
const char* _class
)

Meta