Go to file
frese ace0a03116 - changed init-client and initial-client-rect, so that only windows
that don't want decorations are placed outside the manager (little
  hack for full-screen-mode)
2004-02-09 17:31:27 +00:00
doc Documentation for swap-next and swap-previous 2004-02-02 09:03:53 +00:00
src - changed init-client and initial-client-rect, so that only windows 2004-02-09 17:31:27 +00:00
.gitignore first commit 2003-03-28 01:40:16 +00:00
COPYING Initial versions 2003-05-19 14:37:02 +00:00
INSTALL Initial versions 2003-05-19 14:37:02 +00:00
Makefile.in Add orion.in to the distribution 2003-12-02 09:16:23 +00:00
README Small changes 2003-12-04 12:55:57 +00:00
configure.in + Load scx 0.2 from library path 2003-12-01 20:14:12 +00:00
orion.in - now loading scx according to the scsh-package-proposal 2004-02-09 14:14:51 +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 which 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
==============

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