On Thu, Mar 23, 2006 at 02:54:50PM +0800, Fernan Bolando wrote: > Hi > > This purely for aesthetics. > > I would like to display the current user and hostname in the status display. > > sort of like the bash prompt changing from [EMAIL PROTECTED] to > [EMAIL PROTECTED] when you > su. > > is it possible to check whether the focused window is a xterm window > and check the owner
It is possible to check the class of the focused window if it is XTerm:xterm and you can access its title. Anyway, xterm does not provide any information about the state of the fd's it is monitoring or the processes providing output for those fds. Regards, -- Anselm R. Garbe ><>< www.ebrag.de ><>< GPG key: 0D73F361 _______________________________________________ [email protected] mailing list http://wmii.de/cgi-bin/mailman/listinfo/wmii
