#This is the .Xdefaults file for test2

#Component Appearance Resources
xterm*background:		wheat
xterm*foreground:		navy

#Colors
mwm*background:			slateBlue
mwm*foreground:			White
mwm*bottomShadowColor:		yellow
mwm*topShadowColor:		pink

#Pixmaps
mwm*backgroundPixmap:		50_background
mwm*bottomShadowPixmap:		foreground
mwm*topShadowPixmap:		foreground

#Other
mwm*fontList:			9x15
mwm*saveUnder:			true

#Frame and Icon Components (active windows)

#Colors
mwm*activeBackground:		red
mwm*activeForeground:		white
mwm*activeBottomShadowColor:	purple
mwm*activeTopShadowColor:	green

#Pixmaps
mwm*activeBackgroundPixmap:	75_foreground
mwm*activeBottomShadowPixmap:	foreground
mwm*activeTopShadowPixmap:	foreground

#Specific Appearance and Behavior Resources

mwm*keyboardFocusPolicy:	explicit
mwm*autoKeyFocus:		false
mwm*deiconifyKeyFocus:		false
mwm*startupKeyFocus:		false

mwm*autoRaiseDelay:		500
mwm*buttonBindings:		TestButtonBindings
mwm*cleanText:			true
mwm*clientAutoPlace:		false #check .x11start and make sure this is not spec.
mwm*configFile:			.mwmrc
mwm*doubleClickTime:		1000
mwm*fadeNormalIcon:		true
mwm*iconBoxGeometry:		6x1+0-0
mwm*iconBoxTitle:		Box of Icons
mwm*iconClick:			false
mwm*iconDecoration:		label image
mwm*iconImageMaximum:		50x50
mwm*iconImageMinimum:		16x16
mwm*iconPlacement:		left Bottom
mwm*iconPlacementMargin:	30
mwm*interactivePlacement:	true
mwm*KeyBindings:		TestKeyBindings
mwm*limitResize:		false
mwm*lowerOnIconify:		false
mwm*moveThreshold:		0
mwm*passButtons:		true
mwm*passSelectButton:		false
mwm*resizeBorderWidth:		0
mwm*resizeCursors:		false
mwm*showFeedback:		quit
mwm*startupKeyFocus:		false
mwm*useIconBox:			true
mwm*wMenuButtonClick:		false
mwm*wMenuButtonClick2:		false

#Client Specific Resources

mwm*clientDecoration:		menu
mwm*clientFunctions:		-close
mwm*focusAutoRaise:		false

mwm*iconImageBackground:	goldenrod
mwm*iconImageForeground:	violet
mwm*iconImageBottomShadowColor:	green
mwm*iconImageTopShadowColor:	orange
mwm*iconImageBottomShadowPixmap:	foreground
mwm*iconImageTopShadowPixmap:		foreground

mwm*matteWidth:			10
mwm*matteBackground:		aquamarine
mwm*matteForeground:		red
mwm*matteBottomShadowColor:     navy
mwm*matteTopShadowColor:	navy
mwm*matteBottomShadowPixmap:	slant_left
mwm*matteTopShadowPixmap:	slant_right


mwm*windowMenu: 		WindowMenu

sm*windowManagerName:		$HOME/bin/mwm
sm*terminalEmulatorName:	/usr/bin/xterm
sm.create_terminal:		1


