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: $ sudo 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. Use the configure option '--disable-history' to disable the filesystem rat. 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.
jcs ratpoison hax
C
57.5%
Roff
3.1%
Perl
2.4%
Makefile
1.1%
Shell
1.0%
M4
0.8%
Emacs Lisp
0.6%
Raku
0.3%
Other
33.2%
1373
3
0
Clone this repository
https://tangled.org/jcs.org/ratpoison
https://tangled.org/did:plc:6ashubrd3ihfmnrpsatviswa/ratpoison
git@git.jcs.org:jcs.org/ratpoison
git@git.jcs.org:did:plc:6ashubrd3ihfmnrpsatviswa/ratpoison
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gz
since x11 on mac os can't disable multiple screens, i can at least
force a screensize of the primary screen's dimensions so hotplugging
the other monitor will not stretch all of my frames
vdump is there to dump tracing info and is not really to be used by users
add a virtuals setting to specify the amount of workspaces (default to 5)
README