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.
Clone this repository
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gz
This allows a compositor that draws shadows to draw the shadow all
the way to the edges of the screen, rather than curving around the
bar which was previously only as wide as the screen.
Marking a window as sticky keeps it in its current frame so it will
never be cycled into another frame via next, prev, or when creating
a new split. A sticky window can be moved around in the frame
stack, but will always remain in that frame until it is explicitly
moved to another frame via exchange* commands.
Dialog boxes should still be allowed to be centered and have
borders, to make it clear they are dialogs