.TH XGETNEWWINDOW 1 xgetnewwindow .SH NAME xgetnewwindow .SH SYNOPSIS xgetnewwindow blocks until it recieves a CreateNotify event; that is, until a new window is created within the current Xorg instance. Once a new window is created, xgetnewwindow prints the window id (in hexadecimal) to stdout and exits. .SH EXIT CODES 1 for abnormal termination, 0 for success. .SH AUTHOR randomuser