home *** CD-ROM | disk | FTP | other *** search
/ Dream 50 / Amiga_Dream_50.iso / Linux / AfterStep / desktops / tenchi@ou.edu / tenchi_anime-README next >
Encoding:
Text File  |  1997-05-15  |  7.9 KB  |  286 lines

  1. AfterStep Configuration for tenchi == tenchi@ou.edu
  2.  
  3. Here is my 8bpp setup and README. The file below is my .steprc. If anyone
  4. has any questions on how to configure an 8bpp desktop, feel free to e-mail me
  5. anytime. This current configuration uses greyscale icons and gradiants, with
  6. the exception of the active window graydiant is a dark blue to black. All of
  7. the icons that I used are converted to greyscale based upon by the colormap
  8. of the background.
  9.  
  10. ########## AfterStep Configuration File ##########
  11. #
  12. # This file was automatically generated by ascp 0.8
  13. #
  14.  
  15. #------------------==  Paths Section  ==-----------------#
  16. IconPath /usr/include/X11/bitmaps/
  17. PixmapPath /usr/include/X11/pixmaps/
  18. ModulePath /usr/lib/X11/afterstep:/usr/X11R6/lib/X11/afterstep
  19.  
  20. #------------== Color and Font Section ==----------------#
  21. StdForeColor #111111
  22. StdBackColor #bfbfbf
  23. HiForeColor  White
  24. HiBackColor  #000044
  25. MenuForeColor Black
  26. MenuBackColor #bfbfbf
  27. ButtonBgColor #bfbfbf
  28.  
  29. Font         -adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
  30. WindowFont     -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
  31. IconFont     -adobe-helvetica-medium-r-*-*-8-*-*-*-*-*-*-*
  32.  
  33. #----------------== Gradient Section ==------------------#
  34. TextureTypes 1 1 1 1 1
  35. TextureMaxColors 10 10 10 10 10
  36. TitleTextureColor #245a3b648418 #000000000000
  37. UTitleTextureColor #800080008000 #400040004000
  38. STitleTextureColor #000000000000 #245a3b648418
  39. MTitleTextureColor #245a3b648418 #000000000000
  40. MenuTextureColor #400040004000 #800080008000
  41.  
  42. ButtonTextureType 1
  43. ButtonMaxColors 10
  44. ButtonTextureColor #404040 #808080
  45.  
  46. #----------------==  Desktop Section  ==-----------------#
  47. IconBox -64 0 -1 -1
  48. IconTitle
  49. StickyIcons
  50. StubbornIcons
  51. EdgeScroll  100 100
  52. EdgeResistance 400 0
  53. DesktopSize 2x1
  54. DesktopScale 32
  55.  
  56. NoBoundaryWidth 0
  57. BoundaryWidth 8
  58.  
  59. #--------------== General Style Section ==---------------#
  60. TexturedHandle
  61. TitlebarNoPush
  62. IconTitle
  63. TitleTextAlign 1
  64.  
  65. #-------------== Window Handling Section ==--------------#
  66. SmartPlacement
  67. SloppyFocus
  68. CirculateSkipIcons
  69. NoPPosition
  70. DecorateTransients
  71. ClickTime 150
  72. OpaqueMove 30
  73. Module Auto 400
  74.  
  75. #--------------== Window Style Section ==----------------#
  76. Style "Wharf"  Sticky, NoTitle, NoHandles, StaysOnTop, WindowListSkip, NoFocus
  77. Style "*rxvt*" Icon IntelInsideMonitor.xpm
  78. Style "*nord*" Icon NewNovellLogo.xpm
  79. Style "pine" Icon LetterEnvelopeWithPencilAndPaper.xpm
  80. Style "ghostview" Icon AdobePostscript.xpm
  81. Style "xdvi" Icon Book.xpm
  82. Style "gimp" Icon Monalisa.xpm
  83. Style "xv" Icon XV.xpm
  84. Style "xli"  NoTitle, NoHandles, WindowListSkip, NoFocus
  85. Style "Untitled*" Icon Image.xpm
  86. Style "Maelstrom*" Icon MaelstromInFrame.xpm
  87. Style "xtetris" Icon EscherTriangle.xpm
  88. Style "xhextris" Icon EscherCube.xpm
  89. Style "*anim*"  NoTitle, NoHandles, StaysOnTop
  90. Style "xplaycd" Icon DiscCD.xpm
  91. Style "xmixer" Icon Info.xpm
  92. Style "tk3play" Icon FileSnd.xpm
  93. Style "Netscape*" Icon NetscapeLogo.xpm
  94. Style "IRC*" Icon Info.xpm
  95. Style "Applet Viewer*" Icon FileProject.xpm
  96. Style "xcmap" Icon ColorPalette.xpm
  97. Style "*Color*" Icon ColorPalette.xpm
  98. Style "*ettings" Icon RayTracedGear.xpm
  99. Style "*Font*" Icon HammerPageSquareWithScrews.xpm
  100. Style "*File Browser*" Icon FileManager.xpm
  101.  
  102. #-----------== Function Definition Section ==------------#
  103. Function "InitFunction"
  104.     Exec    "I"    exec netscape -ncols 64 -iconic -geometry =575x545+70+0 &
  105. EndFunction
  106.  
  107. Function "Shade-or-Raise"
  108.     Move        "Motion"
  109.     Raise        "Click"
  110.     Shade        "DoubleClick"
  111.     PutOnTop    "TripleClick"
  112. EndFunction
  113.  
  114. Function "Maximize_Function"
  115.     Move        "Motion"
  116.     Maximize    "Click" 94 100
  117.     Shade        "DoubleClick"
  118.     PutOnTop    "TripleClick"
  119. EndFunction
  120.  
  121. Function "Move-or-Iconify"
  122.     Move         "Motion"
  123.     Iconify        "Click"
  124. EndFunction
  125.  
  126. Function "Resize-or-Raise"
  127.     Resize         "Motion"
  128.     Raise        "Motion"
  129.     Raise        "Click"
  130.     Shade        "DoubleClick"
  131.     PutOnTop    "TripleClick"
  132. EndFunction
  133.  
  134.  
  135. #-------------== Menu Definition Section ==--------------#
  136. PopUp "Applications"
  137.     Title "Applications"
  138.     Exec "Netscape" exec netscape -ncols 64 &
  139.     Exec "XV" exec xv &
  140.     Exec "GIMP" exec gimp -geometry +70+560 &
  141. EndPopUp
  142.  
  143. PopUp "Video"
  144.     Title "Video"
  145.     Exec "Eva Opening" exec xanim +f -b -Zr -geometry +213+588 ~/.animations/eva_small.avi &
  146. EndPopUp
  147.  
  148. PopUp "Images"
  149.     Title "Backgrounds"
  150.     Exec "Solid Black" exec xsetroot -solid black &
  151.     Exec "Default" exec xli -onroot ~/.xbg.xpm &
  152. EndPopUp
  153.  
  154. PopUp "Audio"
  155.     Title "Audio"
  156.     Exec "tk3play" exec tk3play -geometry +720+564 &
  157.     Exec "xmixer" exec xmixer &
  158. EndPopUp
  159.  
  160. PopUp "Media"
  161.     Title "Media"
  162.     PopUp "Video" Video
  163.     PopUp "Audio" Audio
  164.     PopUp "Images" Images
  165. EndPopUp
  166.  
  167. PopUp "Quit"
  168.     Title "Quit?"
  169.     Restart "Nope, restart..." afterstep
  170.     Quit "Yes, let me out..." 
  171. EndPopUp
  172.  
  173. PopUp "HotList"
  174.     Title "tenchi.ou.edu"
  175.     Exec "rxvt" rxvt -pixmap ~/.rxvt-bg.xpm -ls +sb -fg grey80 -cr grey80 -bg black -fn 7x14 -title tenchi@tenchi.ou.edu &
  176.     PopUp "Applications" Applications
  177.     PopUp "Media" Media
  178.     PopUp "Quit" Quit
  179. EndPopUp
  180.  
  181. PopUp "Window Ops"
  182.     Title "Window Ops"
  183.     Function "Move" Shade-or-Raise
  184.     Function "Resize" Resize-or-Raise
  185.     Raise "Raise" 
  186.     Lower "Lower" 
  187.     PutOnTop "(Un)PutOnTop" 
  188.     Iconify "(De)Iconify" 
  189.     Stick "(Un)Stick" 
  190.     Function "(Un)Maximize" Maximize_Function
  191.     Destroy "Destroy" 
  192.     Close "Close" 
  193.     Refresh "Refresh Screen" 
  194. EndPopUp
  195.  
  196.  
  197. #------------------== Audio Section ==-------------------#
  198. *AudioDir /home/tenchi/.sounds
  199.  
  200. #----------------== Wharf Section ==---------------------#
  201. Module Wharf
  202. *WharfAnimate
  203. *WharfAnimateMain
  204. *WharfTextureType 1
  205. *WharfColumns 1
  206. *WharfGeometry +1+1
  207. *WharfPixmap 
  208. *WharfTextureColor  #400040004000 #800080008000
  209. *WharfBgColor #bfbfbf
  210. *WharfMaxColors 16
  211. *Wharf "0" IntelInsideMonitor.xpm Exec    "-" rxvt -pixmap ~/.rxvt-bg.xpm -ls +sb -fg grey80 -cr grey80 -bg black -fn 7x14 -title tenchi@tenchi.ou.edu &
  212. *Wharf "1" nil Swallow    "asmail" nice asmail &
  213. *Wharf "2" nil Swallow    "asmixer" nice asmixer &
  214.  
  215. *Wharf "3" TwoNetworkedWindows95Machines.xpm Folder
  216. *Wharf "4" Info.xpm Exec "-" rxvt -pixmap ~/.rxvt-bg.xpm -ls +sb -fg grey80 -cr grey80 -bg black -fn 7x14 -T "IRC: on #linpeople@irc.linpeople.org" -e irc -b takeru &
  217. *Wharf "5" NewNovellLogo.xpm Exec "-" rxvt -pixmap ~/.rxvt-bg.xpm -ls +sb -fg grey80 -cr grey80 -bg black -fn 7x14 -title tenchi@fnord.ou.edu -e fnord &
  218. *Wharf "6" NetscapeLogo.xpm Exec "-" netscape -geometry =575x545+70+0 -ncols 64 &
  219. *Wharf ~Folder
  220.  
  221.  
  222. *Wharf "8" PaintBrushSplash.xpm Folder
  223. *Wharf "9" Monalisa.xpm Exec "-" gimp -geometry +70+560 &
  224. *Wharf "10" XV.xpm Exec "-" xv &
  225. *Wharf ~Folder
  226.  
  227.  
  228. *Wharf "12" HammerPageSquareWithScrews.xpm Folder
  229. *Wharf "13" Book.xpm Exec "-" xdvi &
  230. *Wharf "14" AdobePostscript.xpm Exec "-" ghostview &
  231. *Wharf ~Folder
  232.  
  233.  
  234. *Wharf "16" TrueDie.xpm Folder
  235. *Wharf "17" EscherCube.xpm Exec "-" xhextris &
  236. *Wharf "18" EscherTriangle.xpm Exec "-" xtetris &
  237. *Wharf "19" Unknown.xpm Exec    "sol" sol &
  238. *Wharf "20" MaelstromInFrame.xpm Exec    "Maelstrom" Maelstrom &
  239. *Wharf ~Folder
  240.  
  241.  
  242. *Wharf "22" ScrewdriverOnSquareWithScrews.xpm Folder
  243. *Wharf "23" HammerPageSquareWithScrews.xpm Exec "-" tfontsel &
  244. *Wharf "24" ColorPalette.xpm Exec "-" tcolor2 &
  245. *Wharf "25" RayTracedGear.xpm Exec "-" ascp &
  246. *Wharf "26" FileManager.xpm Exec "tkdesk" tkdesk &
  247. *Wharf ~Folder
  248.  
  249.  
  250. *Wharf "28" RayTracedGear.xpm Folder
  251. *Wharf "29" ShutDown3.xpm Quit
  252. *Wharf "30" Recycle2.xpm Restart " " afterstep
  253. *Wharf ~Folder
  254.  
  255.  
  256. #--------------== Mouse Binding Section ==---------------#
  257. Mouse    0    1    A    Iconify
  258. Mouse    0    2    A    Close
  259. Mouse    1    R    A    PopUp "HotList"
  260. Mouse    1    FS    A    Function "Resize-or-Raise"
  261. Mouse    1    I    A    Function "Move-or-Iconify"
  262. Mouse    1    T    A    Function "Shade-or-Raise"
  263. Mouse    2    R    A    WindowList
  264. Mouse    2    FST    A    PopUp "Window Ops"
  265. Mouse    3    TSIF    A    Function "Maximize_Function"
  266. Mouse    3    R    A    PopUp "Window Ops"
  267. Mouse    3    W    M    RaiseLower
  268.  
  269. #------------== Keyboard Binding Section ==--------------#
  270. Key    F1    A    M    Exec "-" rxvt -pixmap ~/.rxvt-bg.xpm -ls +sb -fg grey80 -cr grey80 -bg black -fn 7x14 -title tenchi@tenchi.ou.edu &
  271. Key    F2    A    M    Iconify
  272. Key    F3    A    M    Exec "xwd" xwd -root -out ~/screen.xwd &
  273. Key    F4    A    A    Destroy
  274. Key    Tab    A    M    CirculateUp
  275. Key    Left    A    C    Scroll -100 0
  276. Key    Right    A    C    Scroll +100 +0
  277. Key    Up    A    C    Scroll +0   -100
  278. Key    Down    A    C    Scroll +0   +100
  279.  
  280. #-------------== Unknown Stuff Section ==----------------#
  281. *WharfIndicateFolders
  282. StubbornIconPlacement
  283. *WharfFullPush
  284.  
  285. #EOF
  286.