How can my program determine which window manager is running?
[Last modified: Nov 97] Answer: Each window manager has its own signature, but unfortunately there is no standard query mechanism. Motif provides XmIsMotifWMRunning() to test for mwm. —————————————————————————– Subject: 56) How can I modify the mwm’s window decorations with a resource file? [Last modified: Dec 97] Answer: Set mwm’s client resource “clientDecoration” for your particular application. For example, Mwm*XClock.clientDecoration: none turns off all clock decorations. See the mwm man page for other options and other mwm client resources.