Skip to content

abusque/ratpoison

fix-focus
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 1 commit ahead of master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
m4
 
 
src
 
 
 
 
 
 
 
 
 
 
FAQ
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Ratpoison - Say good-bye to the rodent
--------------------------------------

Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

About
-----

ratpoison is a simple Window Manager with no fat library dependencies,
no fancy graphics, no window decorations, and no flashy wank. It is
largely modelled after GNU Screen which has done wonders in virtual
terminal market.

All interaction with the window manager is done through
keystrokes. ratpoison has a prefix map to minimize the key clobbering
that cripples Emacs and other quality pieces of software.

Building
--------

ratpoison uses autoconf and automake. To build it:

$ ./configure && make

if you want to install it system-wide, simply type 'make install' as
a privileged user:

# make install

If you retrieved ratpoison from the source repository, you will have to
install somewhat recent versions of autoconf and automake before
running:

$ ./autogen.sh

Customization
-------------

Use the configure option '--enable-debug' to enable debugging symbols
and verbose logging.

Use the configure option '--with-xterm=PROG' to set the x terminal
emulator to use. The default is `xterm'.

Consult the INSTALL file for more information about the configure script.

Using
-----

See the info manual for more information.