1
0
Fork
You've already forked ratpoison
0
"...return of the rat..."
  • C 91.6%
  • Perl 3.6%
  • M4 2%
  • Emacs Lisp 0.9%
  • Shell 0.8%
  • Other 1.1%
Find a file
2026年02月08日 08:28:40 +01:00
contrib Kill RCS Ids. 2014年06月14日 16:44:31 +02:00
doc Applied patches from Bernhard Link, Lincoln de Sousa and Guterri Barboza to get EWMH support, a better formatted man page and other default keybinds 2026年02月08日 08:28:40 +01:00
m4 Don't hardcode gcc. 2017年03月09日 19:42:25 +01:00
src Applied patches from Bernhard Link, Lincoln de Sousa and Guterri Barboza to get EWMH support, a better formatted man page and other default keybinds 2026年02月08日 08:28:40 +01:00
.dir-locals.el a .dir-locals.el file for contributors using Emacs 2013年04月01日 13:44:57 +02:00
.gitignore Update .gitignore 2017年09月17日 20:49:33 +02:00
AUTHORS Update contact info for |cos| 2021年05月25日 07:19:45 +02:00
autogen.sh Kill RCS Ids. 2014年06月14日 16:44:31 +02:00
ChangeLog Let's stop maintaining a Changelog 2017年03月09日 18:45:49 +01:00
configure.ac Bump to -beta 2017年09月25日 09:26:48 +02:00
COPYING *** empty log message *** 2000年08月26日 06:04:11 +00:00
FAQ Better wording. 2014年03月29日 18:48:10 +01:00
INSTALL restructured tree, added automake and autoconf to the build process. 2000年09月07日 16:49:23 +00:00
Makefile.am Kill not-so-useful targets 2017年09月25日 16:28:07 +02:00
NEWS NEWS entries since 1.4.9 2017年09月17日 21:52:30 +02:00
README Don't mention sudo 2017年03月23日 04:27:00 +01:00
README.developers Developer doc tweaks 2017年04月04日 09:41:03 +02:00
TODO Drop outdated (already implemented/fixed) or irrelevant TODO entries 2017年04月03日 00:55:43 +02:00

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.