README 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. /* $XConsortium: README /main/2 1996/07/15 14:31:02 drk $ */
  2. ==============================================================
  3. File: README
  4. Directory: /usr/lib/X11/dt/examples/Dtwm
  5. Version: $Revision: /main/2 $
  6. ==============================================================
  7. The files in this subdirectory are to demonstrate a
  8. variety of Workspace Manager and menu configurations.
  9. vertical.rc - contains dtwm configuration information for
  10. a vertical front panel.
  11. vertical.defs - contains resource definitions for the above.
  12. box.rc - contains dtwm configuration information for
  13. a multi-row, compact front panel.
  14. box.defs - contains resource definitions for the above.
  15. Before experimenting, you may wish to save your current
  16. environment so that you can restore it later.
  17. 1. Press the Style Manager button in the front panel
  18. to start the Style Manager (the button in the bottom
  19. row that looks like a color palette).
  20. 2. Press the "Startup" button in the Style Manager to
  21. access the "Session Startup" window.
  22. 3. Press the "Ask me at Logout" button so that you
  23. have a choice before logging out.
  24. 4. Press the "Set Home Session" button to save your
  25. current settings as your home session.
  26. 5. Press the "OK" button to continue the operation.
  27. 6. When the hourglass pointer disappears, the operation
  28. is completed. Press the "OK" button to dismiss the
  29. "Session Startup" window.
  30. After saving your home session, you can begin experimenting:
  31. 1. Merge the desired 'defs' file into your display environment.
  32. For example:
  33. xrdb -merge vertical.defs
  34. 2. Check to see if you have a file called 'dtwmrc' in your
  35. .dt directory. If so, save it.
  36. ls $HOME/.dt
  37. cp $HOME/.dt/dtwmrc $HOME/.dt/dtwmrc.sav
  38. 3. Copy the 'rc' file into your .dt directory, renaming it
  39. 'dtwmrc'. For example:
  40. cp vertical.rc $HOME/.dt/dtwmrc
  41. 4. Restart dtwm:
  42. With the pointer over the workspace background,
  43. press mouse button 1 to display the Workspace Menu.
  44. Select "Restart Dtwm..." from the Workspace Menu.
  45. 5. To restore your original environment:
  46. a. Remove the dtwmrc file, and copy back the original, if
  47. you saved one.
  48. rm $HOME/.dt/dtwmrc
  49. cp $HOME/.dt/dtwmrc.sav $HOME/.dt/dtwmrc
  50. b. Log out and log back in again using the Home Session
  51. you saved:
  52. - Move the pointer to the front panel and press the
  53. Exit button (the button that has the busy light).
  54. - Select "Restore Home" from the "Logout Confirmation"
  55. window.
  56. - Log back in again.
  57. 6. To save one of these Workspace Managers as your own, simply
  58. select "Restart Current" when you log out instead of
  59. "Restore Home".
  60. Note:
  61. ------
  62. You may want to change back to your original Style
  63. Manager startup configuration by selecting "Resume current
  64. session" from the Startup dialog.
  65. ==============================================================