! $Id: .Xdefaults,v 1.2 1999/07/02 05:24:38 steve Exp $ ! XDefaults file hacked up by steve@crc.ricoh.com and steve@theStarport.org ! ! NOTE: ! DO NOT permit a session manager or window manager (e.g. dxsession or ! mwm) to scribble its defaults on your copy of this file -- this is ! guaranteed to lose. In particular, you lose all the C preprocessor ! defines and conditionals. This means one shouldn't use OSF's, Dec's ! or Sun's resource editors unless you rename your copy of this file. ! ! Note that trailing blanks on a line are significant (and usually wrong)! ! In particular they invisibly screw up font names. ! ! === Really ought to #define aliases for common fonts #define HOME /home/steve #define XTERM_AT_TOP !*** DEFINES ************************************************************ ! ! Justification: ! The EJ and JJ macros let you put editing and browsing windows ! on opposite sides of the screen. EJ is for things on the same ! side as the editor, JJ for everything else. ! ! RJ = 1 if edit windows are right-justified (the default). ! #ifndef RJ #define RJ 1 #endif ! SMALL = 1 for small screen (< 19") #ifndef SMALL #define SMALL 1 #endif #if (RJ) #define JJ(size, loc) size+loc #define EJ(size, loc) size-loc #else #define JJ(size, loc) size-loc #define EJ(size, loc) size+loc #endif ! Screen Size: ! Check the size of the screen and set up defines for fonts and the ! edit window. The edit window is the largest window 81 columns wide ! that fits under the top (dashboard) row. ! ! Really ought to #define aliases for common fonts ! WARNING! The macros are handled by xrdb, but NOT DXsession #if (WIDTH > 1281) /* 1650x1280 -- old 100dpi Suns, Linux */ #define fixed 8x13 #define serif10 serif12 #define serifb10 serifb12 #define serifi10 serifi12 #define EditSIZE 81x51 #define EditGEOM EJ(919x1109,0+52) #define EditHEIGHT 908 #define FH 180 #define HH 200 #define TH 240 #define EditFONT -adobe-courier-medium-r-normal--*-FH-*-*-m-*-*-1 #else #if (WIDTH > 1153) /* 1280x1024 -- monochrome Apollos, Linux */ #define EditSIZE 81x58 #define EditGEOM EJ(745x901,0+52) #define EditHEIGHT 745 #define FH 160 #define HH 180 #define TH 240 #define EditFONT -adobe-courier-medium-r-normal--*-FH-*-*-m-*-*-1 #else #if (WIDTH > 1024) /* 1152x900 -- most Suns, some Linux */ #if SMALL #define EditSIZE 81x49 #define EditGEOM EJ(753x816,0+52) #define EditHEIGHT 816 #define FH 140 #define HH 160 #define TH 180 #define EditFONT -adobe-courier-medium-r-normal--*-FH-*-*-m-*-*-1 #else #define EditSIZE 81x41 #define EditGEOM EJ(836x814,0+52) #define EditHEIGHT 814 #define FH 160 #define HH 180 #define TH 240 #define EditFONT -adobe-courier-medium-r-normal--*-FH-*-*-m-*-*-1 #endif #define LoginFONT -adobe-courier-medium-r-normal--*-140-*-*-m-*-*-1 #else #if (WIDTH > 800) #if HEIGHT > 768) /* 1024x864 -- DECstations */ #define EditSIZE 81x54 #define EditGEOM EJ(587x705,0+52) #define FH 120 #define HH 160 #define TH 280 #define EditFONT -adobe-courier-medium-r-normal--*-FH-*-*-m-*-*-1 #define FixedFONT -adobe-courier-medium-r-normal--*-FH-*-*-m-*-*-1 #define EditGEOM EJ(580x705,0+52) #define EditHEIGHT 705 #define EditSIZE 81x50 #else /* 1024x768 -- most PCs */ #define EditSIZE 81x40 #define EditGEOM EJ(669x674,0+52) #define EditHEIGHT 674 #define FH 160 #define HH 180 #define TH 240 #define FixedFONT 8x16 #define EditFONT 8x16 #endif #else #if (WIDTH > 640) /* 800x600 -- SVGA */ #define EditSIZE 81x37 #define EditGEOM EJ(587x513,0+52) #define EditHEIGHT 513 #define FH 120 #define HH 160 #define TH 280 #define FixedFONT 7x13 #define EditFONT 7x13 #else /* 640x480 -- VGA/Laptop/projector. */ #define EditSIZE 81x46 #define EditGEOM EJ(587x392,0+52) #define EditHEIGHT 392 #define FH 80 #define HH 100 #define TH 120 #define FixedFONT -*-clean-medium-r-normal--8-80-75-75-c-60-iso8859-1 #define EditFONT FixedFONT !#define FixedFONT 6x10 !#define EditSIZE 81x28 #endif #endif #endif #endif #endif #ifndef LoginFONT #define LoginFONT EditFONT #endif #ifndef FixedFONT #define FixedFONT fixed #else *font: FixedFONT #endif #ifndef LoginSIZE #define LoginSIZE 80x24 #endif #ifdef XTERM_AT_TOP #define XT_0 0+108 #define XT_1 20+133 #else #define XT_0 0-0 #define XT_1 20-20 #endif ! **************************************************************** ! ! Fonts ! FH is the height (in pixels) for a family of fonts suitable ! for use in hypertext widgets and the like. ! HH is for headers ! TH is for titles (bigger headers) ! ! nFONT normal fFONT fixed ! bFONT bold iFONT italic ! cFONT command aFONT addresses ! hFONT headers (h2) tFONT titles (h1) #ifndef FH #define FH 140 #define HH 180 #define TH 180 #endif #define nFONT -*-times-medium-r-normal-*-*-FH-*-*-*-*-iso8859-1 #define fFONT -*-courier-medium-r-normal-*-*-FH-*-*-*-*-iso8859-1 #define bFONT -*-times-bold-r-normal-*-*-FH-*-*-*-*-iso8859-1 #define iFONT -*-times-medium-i-normal-*-*-FH-*-*-*-*-iso8859-1 ! A set of somewhat larger fonts for headers #define cFONT -*-times-bold-r-normal-*-*-FH-*-*-*-*-iso8859-1 #define aFONT -*-times-medium-i-normal-*-*-FH-*-*-*-*-iso8859-1 #define tFONT -*-helvetica-medium-r-normal-*-*-TH-*-*-*-*-iso8859-1 #define hFONT -*-helvetica-bold-r-normal-*-*-HH-*-*-*-*-iso8859-1 #define CalendarFONT -*-times-medium-r-normal-*-*-HH-*-*-*-*-iso8859-1 #define CommandFONT -*-helvetica-bold-r-normal-*-*-FH-*-*-*-*-iso8859-1 #define AlarmFONT -*-fixed-medium-r-*--20-* *Command.font: CommandFONT ! **************************************************************** ! ! Color: ! Enable color customization in R5 and above ! #ifdef COLOR *customization: -color *background: #f0f0ff *Background: #f0f0ff *foreground: black *Foreground: black #endif ! **************************************************************** ! ! Text: ! ! Mung the character class for word selection on *everything* ! so files &c are words ! 0 % , - . / : @ ~ *charClass: 33:48,37:48,44-47:48,58:48,64:48,126:48 #if 0 /* The following makes Netscape complain */ ! Set up text translations so pageup and pagedown work. *Text.Translations: #override\ Prior: previous-page()\n\ F29: previous-page()\n\ Next: next-page()\n\ F35: next-page() #endif ! This next one is for xman: *ScrollByLine.Translations: #override\ Delete: Page(Back)\n\ Prior: Page(Back)\n\ F29: Page(Back)\n\ Next: Page(Forward)\n\ F35: Page(Forward) ! **************************************************************** ! ! XTerm defaults ! Note that the resources labeled XTerm apply to ALL xterms, ! no matter what their name (-name arg) happens to be. ! We could do this with other clients, but xterm's the ! only one that is commonly renamed. ! ! Note that -name specifies the resource name, ! -n specifies the icon name. ! -T specifies the window title XTerm*Curses: true XTerm*curses: true XTerm*jumpScroll: true XTerm*reverseWrap: true XTerm*saveLines: 1000 XTerm*scrollBar: true XTerm*scrollInput: false XTerm*scrollKey: true XTerm*BorderWidth: 3 XTerm*font: EditFONT XTerm*VT100.Translations: #override\ KP_Add: set-vt-font(d)set-scrollbar(on)\n\ KP_Separator: set-vt-font(d)set-scrollbar(on)\n\ KP_Subtract: set-vt-font(1)set-scrollbar(off)\n\ KP_1: set-vt-font(1)set-scrollbar(on)\n\ KP_2: set-vt-font(2)set-scrollbar(on)\n\ KP_3: set-vt-font(3)set-scrollbar(on)\n\ KP_4: set-vt-font(4)set-scrollbar(on)\n\ KP_5: set-vt-font(5)set-scrollbar(on)\n\ KP_6: set-vt-font(6)set-scrollbar(on)\n\ Prior: scroll-back(1,page)\n\ F29: scroll-back(1,page)\n\ Next: scroll-forw(1,page)\n\ F35: scroll-forw(1,page) XTerm*charClass: 33:48,37:48,45-47:48,64:48 #ifdef XTERM_AT_TOP xterm*VT100.geometry: JJ(80x24,0+108) color_xterm*VT100.geometry: JJ(80x24,0+108) login*VT100.geometry: JJ(LoginSIZE,0+108) xterm-r*VT100.geometry: JJ(80x24,20+133) #else xterm*VT100.geometry: JJ(80x24,0-0) color_xterm*VT100.geometry: JJ(80x24,0-0) login*VT100.geometry: JJ(LoginSIZE,0-0) xterm-r*VT100.geometry: JJ(80x24,20-20) #endif color_xterm*VT100.background: white login*font: LoginFONT xterm-s*VT100.geometry: JJ(80x12,0-395) xterm-s*VT100.font: -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1 xpia*VT100.geometry: JJ(80x20,70-225) xpia*VT100.font: -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1 pia-xterm*VT100.geometry: JJ(80x20,70-225) pia-xterm*VT100.font: -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1 ! used in conjunction with less for displaying command output (e.g. xwininfo) sh*VT100.geometry: JJ(80x24,0-200) sh*VT100.font: -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1 console*VT100.geometry: EJ(80x4,50+0) console*VT100.font: -adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1 rn*font: EditFONT rn*VT100.geometry: EJ(EditSIZE,0+52) nethack*font: 10x20 nethack*geometry: JJ(,50-50) nethack*VT100.Translations: #override\ KP_1: string(b)\n\ KP_2: string(j)\n\ KP_3: string(n)\n\ KP_4: string(h)\n\ KP_5: string(.)\n\ KP_6: string(l)\n\ KP_7: string(y)\n\ KP_8: string(k)\n\ KP_9: string(u)\n\ KP_Add: set-vt-font(d)set-scrollbar(on)\n\ KP_Separator: set-vt-font(d)set-scrollbar(on)\n\ KP_Subtract: set-vt-font(1)set-scrollbar(off)\n\ Prior: scroll-back(1,page)\n\ F29: scroll-back(1,page)\n\ Next: scroll-forw(1,page)\n\ F35: scroll-forw(1,page) #ifndef EditFONT ! Environments that don't use xrdb or don't have a RESOURCE_MANAGER property ! on the root window (e.g Widoze X servers) will pick up these resources. XTerm*font: -adobe-courier-medium-r-normal--*-120-*-*-m-*-*-1 xterm*VT100.geometry: 80x24+0-0 console*VT100.geometry: 80x4-55+0 console*font: fixed #endif ! **************************************************************** ! ! Editor defaults ! Emacs.geometry: EJ(EditSIZE,0+52) Emacs*font: EditFONT Emacs.BorderWidth: 3 Emacs.InternalBorder: 2 Emacs.Cursor: xterm Emacs.bitmapIcon: off #ifndef EditFONT ! Environments that don't use xrdb or don't have a RESOURCE_MANAGER property ! on the root window (e.g the PC) will pick up these resources. Emacs*font: -adobe-courier-medium-r-normal--*-120-*-*-m-*-*-1 Emacs.geometry: 80x35+0+52 #endif ! **************************************************************** ! ! The Dashboard: ! The top row of the screen (about 48 pixels high) functions as a ! kind of "dashboard" or "control panel" full of commonly-used ! clients. Just underneath it is an area for title bars and icons. ! xbiff*geometry: 48x48-0+0 xbiff.wm_option.title: off xbiff*update: 5 xbiff*shapeWindow: true xbiff++*geometry: JJ(48x48,106+0) ! Note the use of different names to get different defaults ! for analog and digital clocks ! XClock*padding: 1 XClock.wm_option.title: off XClock*update: 1 xclock-a*geometry: 100x100-0+0 xclock-a*chime: on !xclock-d*geometry: 156x20-104+52 xclock-d*geometry: JJ(100x48,50+0) xclock-d*chime: off xclock-d*font: 8x13 xclock-d*analog: false ! Dclock is an InterViews client and might not always be present, ! but it's a huge win if it is. dclock*geometry: JJ(100x48,50+0) xload.wm_option.title: off xload.geometry: JJ(100x48,155+0) xload-r.geometry: JJ(100x48,265+0) xload*highlight: grey50 xload*borderWidth: 1 ! Calendars: (second line of dashboard) ical.Dayview.geometry: JJ(,0+52) ical.Listing.geometry: JJ(,25+80) help.TopLevel.geometry: JJ(,25+80) ical.Reminder.geometry: JJ(,265+0) *TopLevel*geometry: JJ(,25+80) XCal.UseWmTitle: False XCal.wm_option.title: off XCal.geometry: JJ(150x20,0+52) XCal.edit.geometry: JJ(360x150,0+78) XCal.memo.geometry: JJ(360x500,0+78) XCal.alarm.geometry: JJ(360x100,0+78) XCal.help.geometry: JJ(600x300,0+78) XCal.XcalendarCompat: True XCal.MinStripWidth: 150 XCal*geometry: JJ(,0+78) XCal*Command.shapeStyle: roundedRectangle xcal.Update: 61 xcal.Countdown: 10,5,0 XCal.Autoquit: 290 xcal.Alarms: True xcal.Format: %.3s %d %.3s %d XCal*memoText.scrollVertical: always XCal*memoText.wrap: word XCal.fontToday: -*-courier-bold-r-*--12-* XCal*Font: -*-courier-bold-r-*--12-* XCal*info.Font: -*-helvetica-medium-r-*--10-* XCal*alarmText*Font: -*-fixed-medium-r-*--20-* #ifdef COLOR ! Original colors re-jiggered by SS to avoid colormap pollution ! and provide a uniform look and feel ! XCal*background: LightSteelBlue ! XCal*foreground: Black XCal.MarkForeground: Black XCal.MarkBackground: LightBlue !XCal.MarkBackground: CornflowerBlue !XCal.edit.background: CornflowerBlue !XCal.edit.foreground: OliveGreen !XCal*exit.background: MediumTurquoise !XCal*exit.foreground: SlateGrey XCal*check.background: lavender !XCal*help*background: wheat !XCal*help*foreground: blue !XCal*newdate*background: plum !XCal*newdate*foreground: red XCal*quit.background: green XCal*back.background: yellow XCal*next.background: yellow XCal*no.background: green XCal*yes.background: red #endif XCalendar*font: -*-courier-bold-r-*--12-* XCalendar*date.font: -*-courier-bold-r-*--12-* XCalendar*daynames*font: -*-courier-bold-r-*--12-* XCalendar*command.font: -*-courier-bold-r-*--12-* XCalendar*editorTitle.font: -*-courier-bold-r-*--12-* XCalendar.markOnStartup: true XCalendar.firstDay: 1 XCalendar*dayEditor*geometry: JJ(300x160,270+52) XCalendar*geometry: JJ(260x160,0+52) XCalendar*daynumbers.1*Foreground: Black XCalendar*daynumbers.8*Foreground: Black XCalendar*daynumbers.15*Foreground: Black XCalendar*daynumbers.22*Foreground: Black XCalendar*daynumbers.29*Foreground: Black XCalendar*daynumbers.36*Foreground: Black XCalendar*daynumbers.7*Foreground: Red XCalendar*daynumbers.14*Foreground: Red XCalendar*daynumbers.21*Foreground: Red XCalendar*daynumbers.28*Foreground: Red XCalendar*daynumbers.35*Foreground: Red ! ****************************************************************** ! ! Web Browsers: ! ! Thses are grouped together because they're mostly the same. Mosaic*geometry: EditGEOM Chimera.geometry: EditGEOM Netscape.geometry: EditGEOM Download.geometry: +600+0 Netscape.Navigator.geometry: EditGEOM arena.geometry: EditGEOM Untitled.geometry: EditGEOM ! Arena starts up with name "Untitled". Ppfft Mosaic.annotationsOnTop: true Mosaic.catchPriorAndNext: true Mosaic.confirmExit: false Mosaic.fancySelections: false Mosaic.defaultHeight: EditHEIGHT Mosaic*installColormap: true ! The following should be uncommented when running X over a serial line !Mosaic.twirlingTransferIcon: false !Mosaic.delayImageLoads: true Chimera*printerName: ps4 Chimera*showURL: true Chimera*anchorDisplay: true Chimera*openButtonShortcut: true chimera-2*bookmarkFile: .chimera-2_bookmark chimera-3*bookmarkFile: .chimera-3_bookmark Chimera.convertFiles: HOME/.convert:/usr/lib/X11/chimera/convert Chimera.mimeTypeFiles: HOME/.mime.types:/usr/lib/X11/chimera/mime.types Chimera.localIndexFiles: ===bogus===.html Chimera.inPort: 8666 Chimera.inport: 8666 Chimera*inPort: 8666 Chimera*background: #f0f0ff Chimera*Command.shapeStyle: oval Chimera*html.verticalScrollOnRight: true Chimera*Label.Font: fFONT Chimera*Command.font: cFONT Chimera*MenuButton.font: cFONT Chimera*SimpleMenu.font: cFONT Chimera*SmeBSB.font: cFONT Chimera*printsave.font: cFONT Chimera*getstring.font: cFONT Chimera*Lister.font: cFONT Chimera*UserTextInput.font: cFONT Chimera*urldisplay.font: cFONT Chimera*titledisplay.font: cFONT Chimera*header1Font: -*-helvetica-bold-r-normal-*-*-TH-*-*-*-*-iso8859-1 Chimera*header2Font: -*-helvetica-medium-r-normal-*-*-TH-*-*-*-*-iso8859-1 Chimera*header3Font: -*-helvetica-bold-r-normal-*-*-FH-*-*-*-*-iso8859-1 Chimera*header4Font: -*-helvetica-bold-o-normal-*-*-FH-*-*-*-*-iso8859-1 Chimera*header5Font: -*-helvetica-medium-r-normal-*-*-FH-*-*-*-*-iso8859-1 Chimera*header6Font: -*-helvetica-medium-o-normal-*-*-FH-*-*-*-*-iso8859-1 Chimera*font: nFONT Chimera*fixedFont: fFONT Chimera*boldFont: bFONT Chimera*italicFont: iFONT Chimera*addressFont: aFONT ! **************************************************************** ! ! Helper applications: ! Ghostview.magstep: 2 Ghostview.geometry: +75+52 ! **************************************************************** ! ! RedHat configuration management stuff -- totally ignored, so why bother? ! #define WXH(w,h) w#x#h Control-panel.geometry: 150x1000-0+52 ! **************************************************************** ! ! Other random clients, supposedly in alphabetical order, ! with leading "x" suppressed. ! XbmBrowser.geometry: 800x500+150+150 !9x15bold is the largest font that doesn't screw up xcalc's layout, ! but it's too small for a really big screen. xcalc*font: 9x15bold !xcalc*font: fFONT ! xchrom perversely adds 120 to size given in geometry spec xchrom*startOffset: 3 xchrom.geometry: 55x55-0+395 xchrom.borderwidth: 2 xclipboard.geometry: JJ(300x300,50+300) xconsole.geometry: +50+0 xconsole.iconX: 50 xconsole.iconY: 0 xcutsel.geometry: +0+300 xcutsel.iconX: 940 xcutsel.iconY: 175 xcutsel*Box.orientation: vertical xcutsel*Command.shapeStyle: oval Xdtm*viewFont: fixedFONT Xdtm.delay: 1 xdu.geometry: +50+50 XDvi.thorough: true XDvi.densityPercent: 35 XDvi.shrinkFactor: 4 Editres*foreground: black Editres.fg: black Editres*foregroundColor: black Editres*Foreground: black xloadimage.geometry: +0+0 xli.geometry: +0+0 xlock*font: -*-helvetica-medium-r-*--24-* xlock.mode: random Maker*focusOnMouse: True Xman*topBox: false Xman*bothShown: true Xman*manualBrowser.geometry: EditGEOM Xman*iconX: 390 Xman*iconY: 0 Xman*manualFontNormal: nFONT Xman*manualFontBold: bFONT Xman*manualFontItalic: iFONT Xman*directoryFontNormal: nFONT XMcp.chime: on XMcp.update: 10 XMcp*borderWidth: 1 XMcp*reverseVideo: true XMcp*Label.font: 8x13bold XMcp*jumpScroll: 3 XMcp.geometry: 150x150-0+0 xmem.wm_option.title: off xmem*borderWidth: 1 xmem*geometry: 96x150-265+75 xmem*highlight: grey50 Xmessage*font: CommandFONT xmessage*font: CommandFONT Xmessage*geometry: +20+20 xmessage*geometry: +20+20 ! There are two alternative geometries for XPostit: ! on top of the icon manager, or up in the "dashboard". Pick one. !xpostit.geometry: JJ(105x22,265+52) xpostit.geometry: JJ(105x22,0+200) xpostit-2.geometry: JJ(105x22,0+200) xpostit-2.noteDir: .postits-2 xpostit-3.geometry: JJ(105x22,0+200) xpostit-3.noteDir: .postits-3 xpostit-big.geometry: JJ(105x22,-0-0) xpostit-big*font: 10x20 xpostit-big.noteDir: .postitbig XPostit.saveNotes: True XPostit.borderWidth: 1 XPostit.PostItNote.borderWidth: 3 XPostit*menuLabel.background: black XPostit*Command*font: -adobe-helvetica-bold-r-normal--10-* XPostit*Text*font: -adobe-helvetica-medium-r-normal-*-12-* #ifdef COLOR XPostit*Text*Background: Yellow XPostit*Text*Foreground: Black XPostit*Plaid*Background: Red XPostit*Plaid*Foreground: Black #endif XRn.saveMode: mailbox,headers,subdirs XRn.editorCommand: emacsclient %s XRn.printCommand: mp -a | lpr XRn.geometry: 680x850+30+0 XRn.iconGeometry: +30+0 XRn.savePostings: ~/News/.outgoing ! === this is apparently buggy in twm and ctwm !XScreensaver*installColormap: true Seyon.modems: /dev/cua1 Seyon.defaultBPS: 38400 xstring*font: *-times-medium-r-*--20-* xstring.geometry: -155+175 ! Nice idea, but sunclock doesn't look at its resources ! sunclock.geometry: +0+50 !xv*background: lightSteelBlue xv*foreground: black xv.browseMode: true xv.ctrlMap: true xv.ctrlGeometry: +300+300 xv.geometry: +0+0 /******************************************************************* ** ** DECish and Solarian environments: ** ********************************************************************/ !!! !!! Motif !!! === There's probably a lot of default stuff that shouldn't !!! === be in here at all. !!! *XmText.translations: #override\n\ osfDelete: delete-previous-character() *XmTextField.translations: #override\n\ osfDelete: delete-previous-character() *windowName.offset: 1 Scrollbar.JumpCursor: True Mwm.matteBottomShadowPixmap: horizontal Mwm.matteTopShadowPixmap: horizontal Mwm*RootMenu: DefaultButtonBindings Mwm*matteBottomShadowPixmap: 75_foreground Mwm*keyboardFocusPolicy: pointer Mwm*interactivePlacement: False Mwm*showFeedback: all Mwm*autoKeyFocus: True Mwm*deiconifyKeyFocus: True Mwm*focusAutoRaise: True Mwm*focusPolicyResource: True Mwm*background: White Mwm*xbiff.clientDecoration: -all Mwm*xclock.clientDecoration: -all Mwm*xload.clientDecoration: -all Mwm*activeBackgroundPixmap: horizontal Mwm*activeBottomShadowColor: Black Mwm*activeForeground: Black Mwm*activeTopShadowColor: White Mwm*bottomShadowColor: Black Mwm*topShadowColor: White Mwm*iconImageForegroundPixmap: 50_foreground Mwm*iconImageBackgroundPixmap: horizontal Mwm*iconLabelBackground: Black Mwm*iconLabelForegroundPixmap: 50_foreground Mwm*iconImageBottomShadowPixmap: 75_foreground Mwm*iconImageTopShadowColor: White Mwm*iconbox*background: White Mwm*iconbox*systemMenu: DefaultSystemMenu Mwm*systemMenu: RootMenu Mwm*default*matteBottomShadowPixmap: 75_foreground Mwm*default*background: White Mwm*default*activeBackgroundPixmap: horizontal Mwm*default*activeBottomShadowColor: Black Mwm*default*activeForeground: Black Mwm*default*activeTopShadowColor: White Mwm*default*bottomShadowColor: Black Mwm*default*topShadowColor: White Mwm*default*Foreground: Black Mwm*default*matteBackgroundPixmap: horizontal Mwm*default*matteForeground: White Mwm*default*matteTopShadowColor: Black Mwm*default*matteWidth: 5 Mwm*default*fontList: -*-Helvetica-Bold-R-Normal--*-120-*-*-*-*-ISO8859-1 Mwm*fontList: -*-Helvetica-Bold-R-Normal--*-120-*-*-*-*-ISO8859-1 Mwm*Foreground: Black Mwm*matteBackgroundPixmap: horizontal Mwm*matteForeground: White Mwm*matteTopShadowColor: Black Mwm*matteWidth: 5 Mwm*resizeBorderWidth: 5 Mwm*resizeCursors: True Mwm*transientDecoration: Title resize Mwm*workspaceMenu: True Mwm*restartSettings: True Mwm*systemButtonClick: True Mwm*systemButtonClick2: False Mwm*wMenuButtonClick2: False Mwm*buttonBindings: DefaultButtonBindings Mwm*keyBindings: DefaultKeyBindings Mwm*configFile: $HOME/.mwmrc Mwm*iconBoxGeometry: 16x1+1+1 Mwm*iconPlacement: Left Bottom Mwm*fadeNormalIcon: True Mwm*iconDecoration: activelabel label image Mwm*useIconBox: False Mwm*iconBoxTitle: Icon Box Mwm*icon*backgroundPixmap: 50_foreground Mwm*lowerOnIconify: True ! The following Motif-related stuff will probably cause trouble in color. #ifndef COLOR *activeBackgroundPixmap: horizontal *activeBottomShadowColor: Black *activeForeground: White *activeBackground: Black *activeTopShadowColor: White *bottomShadowColor: Black *topShadowColor: Black *highlight: Black *background: White *foreground: Black #endif *WmIconForm.IconStyle: 1 *basicLocale: C *displayLang: C *inputLang: C *numeric: C *timeFormat: C *doubleClickDelay: 100 !!! !!! OpenWindows !!! OpenWindows.SetInput: followmouse OpenWindows.FocusLenience: TRUE Text.MaxDocumentSize: 10000 OpenWindows.IconLocation: bottom OpenWindows.Beep: always OpenWindows.ScrollbarPlacement: right OpenWindows.PopupJumpCursor: True OpenWindows.MultiClickTimeout: 4 OpenWindows.SelectDisplaysMenu: False OpenWindows.WindowColor: #e58989 OpenWindows.WorkspaceColor: #98bfbf OpenWindows.DragRightDistance: 100