home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume3 / xsaver / part02 / Xsaver.sed < prev   
Encoding:
Text File  |  1989-03-10  |  2.8 KB  |  95 lines

  1. /*
  2.  * $Source: /mit/sipbsrc/uus/src/xscreensaver/RCS/Xscreensaver.sed,v $
  3.  * $Author: jik $
  4.  * $Header: Xscreensaver.sed,v 1.4 89/02/28 08:00:45 jik Exp $
  5.  *
  6.  * This file is part of xscreensaver.  It contains the application
  7.  * defaults file that should be placed in the application defaults
  8.  * directory defined in the Makefile.
  9.  *
  10.  * Author: Jonathan Kamens, MIT Project Athena and
  11.  *                          MIT Student Information Processing Board
  12.  *
  13.  * (c) 1989 by Jonathan Kamens.  This code may be distributed freely
  14.  * as long as this notice is kept intact in its entirety and every
  15.  * effort is made to send all corrections and improvements to the code
  16.  * back to the author.  Also, don't try to make money off of it or
  17.  * pretend that you wrote it.
  18.  */
  19.  
  20. /*
  21.  * THE FOLLOWING DEFAULTS ARE GLOBAL
  22.  */
  23.  
  24. Xsaver*cursor:            center_ptr
  25. Xsaver*menuButton:        2
  26. Xsaver*geometry:            +0+0
  27. Xsaver*iconPixmap:        $BITMAPDIR/$ICONPIXMAP
  28. Xsaver*synchronize:        true
  29. Xsaver*resizable:            false
  30.  
  31. /*
  32.  * THE FOLLOWING DEFAULTS ARE FOR THE Xsaver ICON 
  33.  */
  34.  
  35. Xsaver*icon.bitmap:        $BITMAPDIR/$ICONBITMAP
  36. Xsaver*icon.resizable:        false
  37.  
  38.  
  39. /* 
  40.  * THE FOLLOWING DEFAULTS ARE FOR THE POPUP MENU 
  41.  */
  42.  
  43. Xsaver*menu.font:            9x15
  44. Xsaver*menu.defaultColumns:    1
  45. Xsaver*menu.forceColumns:        true
  46. Xsaver*menu.cursor:        left_ptr
  47. Xsaver*menuShell.allowShellResize:true
  48.  
  49. /* The purpose of the following accelerator table is a bit mysterious.
  50.    Basically, if it doesn't exist, then if the user clicks on the icon
  51.    and pops up a menu, drags the mouse out of the menu and lets go,
  52.    the menu *will not go away*.  If he then moves the mouse back into
  53.    the menu, pushes down and holds, moves out of the menu *again* and
  54.    lets go, the menu *will* go away.  The accelerator table fixes
  55.    things so it goes away the first time.  Playing with it would be a
  56.    bad idea, I think. */
  57. Xsaver*menu.accelerators: \
  58.     <BtnUp>:    Notify() Unset() IconOn() MenuPopdown(menuShell)
  59. Xsaver*menu.translations: \
  60.     <BtnDown>:    Set()\n\
  61.     <BtnUp>:    Notify() Unset() IconOn() MenuPopdown(menuShell)\n\
  62.     <PtrMoved>:    Set()\n\
  63.     <Key>q:        Unset() IconOn() MenuPopdown(menuShell)\n\
  64.     <Leave>:    Unset()
  65.  
  66.  
  67. /*
  68.  * THE FOLLOWING DEFAULTS ARE FOR THE SCREEN-LOCKING WINDOW
  69.  */
  70.  
  71. /* Having something that calls itself a screen saver popping up a
  72.    white window when it is blanking or locking the screen is a bid
  73.    ludicrous, even though that's what *should* happen in a normal
  74.    video application.  Well, this isn't a normal video application --
  75.    let's use black :-) */
  76. Xsaver*root.background:    black
  77.  
  78.  
  79. /* 
  80.  * THE FOLLOWING DEFAULTS ARE FOR THE FLOATING ICON 
  81.  */
  82.  
  83. Xsaver*float.bitmap:    $BITMAPDIR/$FLOATBITMAP
  84. Xsaver*float.resizable:    true
  85. Xsaver*float.font:    9x15
  86. Xsaver*message.font:    9x15
  87.  
  88.  
  89. /*
  90.  * THE FOLLOWING DEFAULTS ARE FOR THE PASSWORD PROMPT BOXES 
  91.  */
  92.  
  93. Xsaver*prompt.font:    9x15
  94. Xsaver*prompt.time.font:    8x13
  95.