factor/contrib/factory
slava b4291dd6c6 Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
..
README.txt Update Makefile's macosx.dmg rule 2006-09-04 01:49:07 +00:00
factory.factor manage-window word rewritten and other Factory updates 2006-07-01 16:46:08 +00:00
load.factor Module system changes and some small fixes 2006-09-06 21:01:38 +00:00

README.txt

----------------------------------------------------------------------
Loading factory
----------------------------------------------------------------------

Putting factory into your image is as simple as this:

  "factory" require save

----------------------------------------------------------------------
Running factory in Xnest
----------------------------------------------------------------------

In a terminal, run Xnest using an unused display number. Usually you
can use 2 or greater.

  $ Xnest -auth /dev/null :2

Start factor and launch factory on the appropriate display:

  USE: factory ":2" start-factory

In a terminal, start an application on the appropriate display:

  $ DISPLAY=:2 xterm

----------------------------------------------------------------------
The mouse functions
----------------------------------------------------------------------

Root window
Mouse-1		Toggle root menu
Mouse-2		Toggle window list

Window border
Mouse-1		Drag to move window
Mouse-2		Drag to resize window (specify bottom right corner)
Mouse-3		Hide window (use window list to get it back)