Go to file
#root_informatica ca5687cf35 banished. 2024-02-23 02:23:23 -03:00
autom4te.cache ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
build-aux ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
contrib ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
doc ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
m4 ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
src ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
AUTHORS ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
COPYING ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
ChangeLog ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
FAQ ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
INSTALL ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
LICENSE Initial commit 2024-02-23 05:17:38 +00:00
Makefile ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
Makefile.am ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
Makefile.in ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
NEWS ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
README ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
README.developers ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
TODO ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
aclocal.m4 ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
autogen.sh ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
config.log ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
config.status ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
configure ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00
configure.ac ratpoison 1.4.10-beta. 2024-02-23 02:20:15 -03:00

README

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.