- original message - > Subject: [twincling] Regarding xmon? > From: sridhar <[EMAIL PROTECTED]> > Date: 09/04/2008 15:44
> Hi, > can you tell me exactly how to run > xmond and xmonui to log the events > and where the logs are stored?? Hi Sridhar: xmond is a transparent interceptor between a xserver and multiple x clients. It writes debug information to stdout. here is one possible way to run xmonui and xmond. nohup bash -c 'xmonui | xmond > xmon.log' hope this helps. thanks Saifi.

