home *** CD-ROM | disk | FTP | other *** search
- /*
- * $Source: /mit/sipbsrc/uus/src/xscreensaver/RCS/Xscreensaver.sed,v $
- * $Author: jik $
- * $Header: Xscreensaver.sed,v 1.4 89/02/28 08:00:45 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
- */
-
- Xsaver*cursor: center_ptr
- Xsaver*menuButton: 2
- Xsaver*geometry: +0+0
- Xsaver*iconPixmap: $BITMAPDIR/$ICONPIXMAP
- Xsaver*synchronize: true
- Xsaver*resizable: false
-
- /*
- * THE FOLLOWING DEFAULTS ARE FOR THE Xsaver ICON
- */
-
- Xsaver*icon.bitmap: $BITMAPDIR/$ICONBITMAP
- Xsaver*icon.resizable: false
-
-
- /*
- * THE FOLLOWING DEFAULTS ARE FOR THE POPUP MENU
- */
-
- Xsaver*menu.font: 9x15
- Xsaver*menu.defaultColumns: 1
- Xsaver*menu.forceColumns: true
- Xsaver*menu.cursor: left_ptr
- Xsaver*menuShell.allowShellResize:true
-
- /* The purpose of the following accelerator table is a bit mysterious.
- Basically, if it doesn't exist, then if the user clicks on the icon
- and pops up a menu, drags the mouse out of the menu and lets go,
- the menu *will not go away*. If he then moves the mouse back into
- the menu, pushes down and holds, moves out of the menu *again* and
- lets go, the menu *will* go away. The accelerator table fixes
- things so it goes away the first time. Playing with it would be a
- bad idea, I think. */
- Xsaver*menu.accelerators: \
- <BtnUp>: Notify() Unset() IconOn() MenuPopdown(menuShell)
- Xsaver*menu.translations: \
- <BtnDown>: Set()\n\
- <BtnUp>: Notify() Unset() IconOn() MenuPopdown(menuShell)\n\
- <PtrMoved>: Set()\n\
- <Key>q: Unset() IconOn() MenuPopdown(menuShell)\n\
- <Leave>: Unset()
-
-
- /*
- * 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 bid
- 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 :-) */
- Xsaver*root.background: black
-
-
- /*
- * THE FOLLOWING DEFAULTS ARE FOR THE FLOATING ICON
- */
-
- Xsaver*float.bitmap: $BITMAPDIR/$FLOATBITMAP
- Xsaver*float.resizable: true
- Xsaver*float.font: 9x15
- Xsaver*message.font: 9x15
-
-
- /*
- * THE FOLLOWING DEFAULTS ARE FOR THE PASSWORD PROMPT BOXES
- */
-
- Xsaver*prompt.font: 9x15
- Xsaver*prompt.time.font: 8x13
-