Path: utzoo!attcan!uunet!snorkelwacker!usc!zaphod.mps.ohio-state.edu!sdd.hp.com!apollo!burati From: burati@apollo.HP.COM (Mike Burati) Newsgroups: comp.sys.apollo Subject: Re: Motif Window Manager and DM Keywords: mwm dm clientDecoration Message-ID: <4b00a9bf.20b6d@apollo.HP.COM> Date: 14 Jun 90 21:09:00 GMT References: <9006131556.AA12949@u2.ncsa.uiuc.edu> Sender: root@apollo.HP.COM Reply-To: burati@apollo.HP.COM (Mike Burati) Organization: Hewlett-Packard Company, Apollo Division; Chelmsford, MA Lines: 37 > 1) Is there any way to get DM to not put the borders on the top of each > pad (eg: pad0002, file names, "I", "S", etc.)? It would be nice to > give the window title to mwm and have mwm put in its title bar. Right > now I get a window title of "***" in each DM-owned window. I don't believe there is (if I knew of a way, I'd be using it). BUT, one thing you probably want to do if you have a color system, and are using both mwm and dm, is to tell the DM not to use any colors (other than b/w) for the DM borders. Otherwise, you'll have both mwm and the dm using up colors in the color table... To do this, type "mono -on" in the DM command window before bringing up mwm. It doesn't really make your system a mono, it just tells the dm that it only has 2 colors to use for it's borders and pad headers... > 2) Is there any way of telling mwm to NOT put borders around (and NOT > manage) the three DM windows at the bottom of the display? I know > you can turn these off with dmio -off, but they are slow to come up > when you need them. Yup, put the following two lines in your ~/.Xresources file Mwm*/sys/dm/input.clientDecoration: none Mwm*output*clientDecoration: none Then execute the command: "xrdb -load < ~/.Xresources" and restart Mwm (either by killing/restarting or by the menu item to restart it). Note you only have to execute the xrdb command the first time you restart mwm after editing .Xresources (this saves you from having to log out and back in again). Note: you can also put "resize" instead of "none" for the option, but not too many people ever resize their DM command window. ..Mike burati@apollo.HP.com ps: I'm not in graphics or UE, I just happen to use mwm & the DM together, *and* just happened to be playing with the DM command window client decoration before I read the preceeding article.