home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gwm18a.zip / data / README.virtual < prev    next >
Text File  |  1995-07-03  |  1KB  |  33 lines

  1. The virtual screen package consists of the files "virtual.gwm",
  2. "virtual-door.gwm" and "virtual-pan.gwm". 
  3. It is a inspired by (and in large parts stolen directly from) Emanuel
  4. Jay Berkenbilt's "vscreen.gwm".
  5. Differences with "virtual.gwm" compared to "vscreen.gwm" include:
  6.   * The map looks neater, and you can specify different colors for 
  7.     different kinds of windows.
  8.   * It is updated automatically when the window configuration changes.
  9.   * The map obeys some mouse events: You can move the real screen by
  10.     clicking the left button on the map, or move specific windows by
  11.     dragging them on the map with the middle button. Just in case the
  12.     map would not get updated automatically in some obscure situation,
  13.     you can update it by clicking the right button.
  14.   * The file "virtual-door.gwm" provides doors to places on the virtual
  15.     screen.
  16.   * The file "virtual-pan.gwm" provides either autopanning or "pan on
  17.     click", dependent of the value of the variable 'pan-on-click'.  
  18.  
  19. To use it, load "load-virtual.gwm" somewhere at the end of your
  20. "*rc.gwm" or ".profile.gwm". It will load all three files and set up
  21. necessary variables. Check the three files individually for
  22. customization variables.
  23.  
  24. If you want to test it first by loading it with eg. "Exec cut", then
  25. you also have to do the following (at least the first line, the rest
  26. is optional), to make things take effect:
  27.   (virtual-show)
  28.   (install-pan-lists)
  29.   (add-door "Home")
  30.   (add-door "Free Area")
  31.  
  32.  
  33.