!*******************************************************************************
! E.S.O. - VLT project
!
! "@(#) $Id: Mwm,v 1.160 1999/04/14 09:29:26 vltsccm Exp $" 
!
! $XAPPLRESDIR/Mwm
!
! who        when      what
! ---------  --------  ----------------------------------------------
! GIF        18/08/93  created 
!
!*******************************************************************************

!######################################################################
!
! Motif Window Manager (at present used only on SUN, HP uses vuewm)
!  
!######################################################################


!###############################################################################
! Site specific application default resource files for HP and SUN 
! 

! Do print string convertion error messages
*StringConversionWarnings:	on

! Set all borderwidth to 2
*Borderwidth:			2

! Notice that Backspace (^H) is the rub-out (erase) character
*ttyModes: erase ^H intr ^C kill ^U start ^Q stop ^S swtch ^@ eof ^D susp ^Z

!############################################
!# Session colors (sorta beige)

!*Background:                    #dfdfc0
!*Foreground:                    Black
!*highlightColor:                Red
!*highlightThickness:            3
!*highlightOnEnter:              True
!*bottomShadowColor:             #afaf80

! border of active window (yellow)
Mwm*activeTopShadowColor:       #ffff00
Mwm*activeForeground:           Black
Mwm*activeBackground:           #fcd400
Mwm*activeBottomShadowColor:    #dab22a

! border of other windows (blues)
Mwm*topShadowColor:             #8bbffc
Mwm*foreground:                 White
Mwm*background:                 #1d9cc3
Mwm*bottomShadowColor:          #206a93

!###############################################
!
Mwm*keyboardFocusPolicy:        pointer
Mwm*focusAutoRaise:             false
Mwm*moveOpaque:                 True

!###############################################
!
Mwm*menuCursor:                 shuttle
Mwm*buttonBindings:             DefaultButtonBindings
Mwm*keyBindings:                DefaultKeyBindings
Mwm*shadowThickness:            3

Mwm*matteWidth:                 5
Mwm*matteBackground:            black
Mwm*doubleClickTime:               500

!##############################################
! virtual bindings
!
!    osfInsertChar: <unbound>\n\
!    osfDeleteChar: <unbound>\n\
!    osfInsertLine: <unbound>\n\
!    osfDeleteLine: <unbound>

!############################################
! icon box
! --------
Mwm*useIconBox:                    true
Mwm*iconBoxTitle:                  Icon Box
Mwm*iconBoxSBDisplayPolicy:        horizontal
Mwm*iconDecoration:                label
Mwm*iconBoxGeometry:               1x10+0-0
Mwm*iconPlacement:                 bottom left

!######################################################################

!___oOo___
