! $Source: /afs/athena.mit.edu/user/j/i/jik/sipbsrc/src/xscreensaver/RCS/Xsaver.sed,v $
! $Author: jik $
! $Header: /afs/athena.mit.edu/user/j/i/jik/sipbsrc/src/xscreensaver/RCS/Xsaver.sed,v 1.23 1992/12/20 20:05:49 jik Exp $
!
! This file is part of xscreensaver.  It contains the application
! defaults file that should be placed in the application defaults
! directory defined in the Makefile.
!
! Author: Jonathan Kamens, MIT Project Athena and
!                          MIT Student Information Processing Board
!
! (c) 1989 by Jonathan Kamens.  This code may be distributed freely
! as long as this notice is kept intact in its entirety and every
! effort is made to send all corrections and improvements to the code
! back to the author.  Also, don't try to make money off of it or
! pretend that you wrote it.

! THE FOLLOWING DEFAULTS ARE GLOBAL

*menuButton:			2
*geometry:			+0+0
*iconPixmap:			/mit/sipb/bitmaps.x11/SigmaPiBeta
*synchronize:			true
*resizable:			false
*disableXScreenSaver:		true
*passwordPort:			32253
*logoutButtonTimeout: 		30

!*startupMessage:

! THE FOLLOWING DEFAULTS ARE FOR THE XSAVER ICON 

*icon.cursor:			center_ptr
*icon.bitmap:			/mit/sipb/bitmaps.x11/SigmaPiBeta
*icon.resizable:		false


! THE FOLLOWING DEFAULTS ARE FOR THE POPUP MENU 

*menu*font:			9x15
*menu*cursor:			left_ptr
*menu*leftMargin:		9


! THE FOLLOWING DEFAULTS ARE FOR THE SCREEN-LOCKING WINDOW

! Having something that calls itself a screen saver popping up a
! white window when it is blanking or locking the screen is a bit
! ludicrous, even though that's what *should* happen in a normal
! video application.  Well, this isn't a normal video application --
! let's use black :-)
*root.background:		black


! THE FOLLOWING DEFAULTS ARE FOR THE FLOATING ICON 

*float.bitmap:			/mit/sipb/bitmaps.x11/yinyang
*float.resizable:		true
*float.font:			9x15
*message.font:			9x15


! THE FOLLOWING DEFAULTS ARE FOR THE PASSWORD PROMPT BOXES 

*prompt.font:			9x15
*prompt.time.font:		8x13


! THE FOLLOWING DEFAULTS ARE FOR DIALOG BOXES

! all of them
*gsShell.allowShellResize:		false
*gsShell*value*useStringInPlace:	true
*gsShell*value*editType:		edit
*gsShell*value*resize:			never
*gsShell*value*resizable:		true
*gsShell*value*wrap:			word
*gsShell*label*borderWidth:		0

! just the one-liners
*gsShell*value*translations: 		#override\
	<Key>Return:		AcceptValue()\n\
	Ctrl<Key>Delete:	CancelValue()

! just the lock message
*gsShell*newMessage*value*translations: 	#override\
	Ctrl<Key>Return:	AcceptValue()\n\
	Ctrl<Key>Delete:	CancelValue()

! None of these lengths should be made bigger than 1024
*newTimeout.value*length: 		10
*newLock.value*length:	 		100
*newUnlock.value*length: 		100
*newMessage.value*length:		1024
*newMessage.value.height:		60


! THE FOLLOWING DEFAULTS ARE THE BUTTON NAMES FOR THE VARIOUS
! DIALOG BOXES

*gsAccept.label: 	OK
*gsCancel.label: 	cancel


! THE FOLLOWING DEFAULTS ARE FOR THE LOGOUT BUTTON

*logoutButton*font:	-*-courier-bold-r-normal--20-*
*logoutButton*cursor:	pirate
