• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build-aux/H03-May-2022-12,16310,675

contrib/H03-May-2022-1,8461,200

doc/H03-May-2022-5,9115,274

m4/H03-May-2022-297269

src/H03-May-2022-21,27115,050

AUTHORSH A D22-Nov-20162 KiB5446

COPYINGH A D13-Nov-201617.6 KiB341281

ChangeLogH A D09-Mar-2017187 53

INSTALLH A D23-Mar-20177.6 KiB183143

Makefile.amH A D09-Mar-20171.3 KiB4013

Makefile.inH A D03-May-202226.5 KiB844747

NEWSH A D02-Apr-201722.7 KiB762537

READMEH A D23-Mar-20171.4 KiB5536

TODOH A D02-Apr-201754 63

aclocal.m4H A D02-Apr-201742.9 KiB1,1921,083

configureH A D02-Apr-2017212.5 KiB7,4776,168

configure.acH A D02-Apr-20177.9 KiB238201

README

1Ratpoison - Say good-bye to the rodent
2--------------------------------------
3
4Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts
5
6Copying and distribution of this file, with or without modification,
7are permitted in any medium without royalty provided the copyright
8notice and this notice are preserved.
9
10About
11-----
12
13ratpoison is a simple Window Manager with no fat library dependencies,
14no fancy graphics, no window decorations, and no flashy wank. It is
15largely modelled after GNU Screen which has done wonders in virtual
16terminal market.
17
18All interaction with the window manager is done through
19keystrokes. ratpoison has a prefix map to minimize the key clobbering
20that cripples Emacs and other quality pieces of software.
21
22Building
23--------
24
25ratpoison uses autoconf and automake. To build it:
26
27$ ./configure && make
28
29if you want to install it system-wide, simply type 'make install' as
30a privileged user:
31
32# make install
33
34If you retrieved ratpoison from the source repository, you will have to
35install somewhat recent versions of autoconf and automake before
36running:
37
38$ ./autogen.sh
39
40Customization
41-------------
42
43Use the configure option '--enable-debug' to enable debugging symbols
44and verbose logging.
45
46Use the configure option '--with-xterm=PROG' to set the x terminal
47emulator to use. The default is `xterm'.
48
49Consult the INSTALL file for more information about the configure script.
50
51Using
52-----
53
54See the info manual for more information.
55