Small changes

This commit is contained in:
mainzelm 2003-12-04 12:55:57 +00:00
parent a27f478645
commit 5ad0b3e98e
1 changed files with 21 additions and 6 deletions

27
README
View File

@ -1,3 +1,4 @@
Orion 0.2 README -*- outline -*-
Orion window manager Orion window manager
==================== ====================
@ -6,21 +7,35 @@ Orion is a window manager for the X11 windowing system. Orion is
written in Scheme and accesses Xlib via the scx library for scsh. written in Scheme and accesses Xlib via the scx library for scsh.
Orion is in fact a family of window managers which can be nested. This Orion is in fact a family of window managers which can be nested. This
enables great flexibility and efficient handling of X11 enables great flexibility and efficient handling of X11
appliations. Orion currently comes with four child window managers: applications. Orion currently comes with four child window managers:
* a conventional moving window manager - a conventional moving window manager
* a window manager for stacking windows in a frame - a window manager for stacking windows in a frame
* a window manager for splitting windows horizontally and vertically - a window manager for splitting windows horizontally and vertically
* a work space manager - a work space manager
Orion also supports saving the window manager layout and programmatic Orion also supports saving the window manager layout and programmatic
configuration. configuration.
See the file INSTALL for installation instructions. * Documentation
===============
The directory doc/ contains a small manual which lists the standard key The directory doc/ contains a small manual which lists the standard key
bindings and a description of Orion's configuration files. bindings and a description of Orion's configuration files.
* Requirements
==============
+ Version 0.6.5 of scsh, the Scheme Shell
+ Version 0.5 of Sunterlib, the Scheme Untergrund library
+ Version 0.2 of scx, a GUI library for scsh
* Installation
==============
See the file INSTALL for installation instructions.