setDisplay

fnvoid setDisplay(string display) @trusted

Sets the X display to use for subsequent windows.

This should be called before creating any windows. On non-X11 systems, this has no effect.

Parameters

displayDisplay string (e.g., ":0.0") Example:
setDisplay(":0.0");