window-other-id

Name

window-other-id -- Returns the other id string given to the process that created WIN.

Synopsis

(window-other-id win)

Description

Returns the other id string given to the process that created WIN. Requires using the LD_PRELOAD environment variable for the started process: SCWM_OTHER_ID="answer" LD_PRELOAD=/path/to/scwm_set_pid_property.so Returns #f if the property does not exist on WIN (most likely because you did not use the LD_PRELOAD variable and the SCWM_OTHER_ID environment variable). See also window-client-machine-name to get the machine name, and window-pid to get the process id.

Implementation Notes

Module: (app scwm xprop-extras)

Defined in scheme/xprop-extras.scm at line 114 (CVS log)