orion-wm/README

52 lines
1.4 KiB
Plaintext
Raw Normal View History

2003-12-04 07:55:57 -05:00
Orion 0.2 README -*- outline -*-
2003-05-19 10:38:01 -04:00
Orion window manager
====================
Orion is a window manager for the X11 windowing system. Orion is
written in Scheme and accesses Xlib via the scx library for scsh.
Orion is in fact a family of window managers that can be nested. This
2003-05-19 10:38:01 -04:00
enables great flexibility and efficient handling of X11
2003-12-04 07:55:57 -05:00
applications. Orion currently comes with four child window managers:
2003-05-19 13:29:57 -04:00
2003-12-04 07:55:57 -05:00
- a conventional moving window manager
- a window manager for stacking windows in a frame
- a window manager for splitting windows horizontally and vertically
- a work space manager
2003-05-19 13:29:57 -04:00
Orion also supports saving the window manager layout and programmatic
configuration.
2003-05-19 10:38:01 -04:00
2003-12-04 07:55:57 -05:00
* Documentation
===============
2003-05-19 10:38:01 -04:00
The directory doc/ contains a small manual, which lists the standard key
2003-05-19 13:29:57 -04:00
bindings and a description of Orion's configuration files.
2003-12-04 07:55:57 -05:00
* Requirements
==============
Before installing orion, you need to install the following software:
+ Version 0.6.6 of scsh, the Scheme Shell
+ Version 1.1.0 of install-lib, the scsh installation library
+ Version 0.6 of Sunterlib, the Scheme Untergrund library
2003-12-04 07:55:57 -05:00
+ Version 0.2 of scx, a GUI library for scsh
* Installation
==============
Run the script install.scm from the top of the tarball:
./install.scm
The only important option is --prefix to specify a directory where
files are installed. Use the --help options to see all possible
options.
2003-12-04 07:55:57 -05:00
2003-05-19 10:38:01 -04:00