Go to file
mainzelm 25e17caf5b Install Orion as an executable heap image 2005-10-04 14:49:31 +00:00
doc Describe David's latest additons. 2004-04-01 13:06:51 +00:00
src - replaced the "last-focused" functionality in switch-wm with a list 2005-02-14 18:54:16 +00:00
.gitignore first commit 2003-03-28 01:40:16 +00:00
AUTHORS *** empty log message *** 2004-05-24 06:35:40 +00:00
COPYING Initial versions 2003-05-19 14:37:02 +00:00
Makefile Remove INSTALL 2004-05-24 07:11:24 +00:00
NEWS Minor updates 2004-05-24 06:36:01 +00:00
README Insert location of required software 2004-05-22 18:22:20 +00:00
install.scm Install Orion as an executable heap image 2005-10-04 14:49:31 +00:00

README

Orion 0.2 README					-*- outline -*-

                         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
enables great flexibility and efficient handling of X11
applications. Orion currently comes with four child window managers:

- 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

Orion also supports saving the window manager layout and programmatic
configuration.

* Documentation
===============

The directory doc/ contains a small manual, which lists the standard key
bindings and a description of Orion's configuration files.

* Requirements
==============

Before installing Orion, you need to install the following software:

+ Version 0.6.6 of scsh, the Scheme Shell
  (From <ftp://ftp.scsh.net/pub/scsh/0.6/scsh-0.6.6.tar.gz>)

+ Version 1.1.0 of install-lib, the scsh installation library
  (From <http://lamp.epfl.ch/~schinz/scsh_packages/scsh-install-lib-1.1.0.tar.gz>)

+ Version 0.6 of Sunterlib, the Scheme Untergrund library
  (From <http://savannah.nongnu.org/download/sunterlib/sunterlib-0.6.tar.gz>)

+ Version 0.2 of scx, a GUI library for scsh
  (From <ftp://ftp.scsh.net/pub/scsh/packages/scx/scx-0.2.tar.gz>)


* 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.

* Support
=========

Please direct questions, comments, answers about Orion to the regular
scsh mailing list at

scsh-users@scsh.net