jcs ratpoison hax
at master 54 lines 1.5 kB view raw
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.