/ruby-window-management

a small extension which allows you to write window managers for X11 in ruby

Primary LanguageCGNU General Public License v3.0GPL-3.0

#Ruby-Window-Management

A small extension for Ruby that provides access to Xlib in order to perform window management functions.

Frank Hale frankhale@gmail.com Started: 23 May 2005

##Build

To build the extension at a command prompt type:

clone the repository
cd src
ruby extconf.rb
make

cd ../examples

Now you can run any of the examples. You can use Xnest to run the window managers.

NOTE: The examples should be able to be ran in place. No need to install anything.

##License

GNU GPL v2