xdo_set_window_property

Change a window property.

Example properties you can change are WM_NAME, WM_ICON_NAME, etc.

@param wid The window to change a property of. @param property the string name of the property. @param value the string value of the property.

extern (C) nothrow @nogc
int
xdo_set_window_property
(
const xdo_t* xdo
,
Window wid
,
const char* property
,
const char* value
)

Meta