StumpWM

StumpWM

Developer(s) Shawn Betts
Stable release 0.9.9 (November 7, 2014 (2014-11-07)[1]) [±]
Repository github.com/stumpwm/stumpwm
Written in Common Lisp
Operating system Unix-like
Type Window manager
License GPLv2+[2]
Website github.com/stumpwm/stumpwm

StumpWM is a tiling window manager that was created when developer Shawn Betts found ratpoison growing increasingly large and "lispy". Intended as a successor to ratpoison, StumpWM is released under the terms of the GNU General Public License, version 2 (GPLv2).[2]

As explained on the StumpWM wiki, the developers decided to largely re-implement ratpoison in Common Lisp using CLX:[3]

StumpWM grew out of the authors' frustration with writing ratpoison in C. Very quickly we realized we were building into ratpoison lispy-emacs style paradigms. We had a REPL hanging off 'C-t :', hooks, and a growing subset of Common Lisp in the implementation... It was clear what we really wanted was a window manager written in Lisp from the ground up with lots of room for customizing and real-time hacking.

The authors describe StumpWM in the following terms:[4]

StumpWM attempts to be customizable yet visually minimal. There are no window decorations, no icons, and no buttons. It does have various hooks to attach your personal customizations, and variables to tweak.

Lisp and customization

StumpWM can be run in both Steel Bank Common Lisp (SBCL) and GNU CLISP, with SBCL generally being preferred for better performance.[4] The SLIME environment is commonly used for applying real-time updates and customizations to StumpWM. There is also another program called stumpish ("StumpWM Interactive Shell") that provides a standard way to interface with the window manager from a terminal.[4]

Window manager customizations are stored in a .stumpwmrc file that is found in the home directory of each user. This file contains Lisp code for configuring StumpWM.[4]

Development

StumpWM source code is hosted on GNU Savannah and the version control system used is Git.[5] A mailing list is also available for StumpWM related issues.

See also

References

  1. "StumpWM". directory.fsf.org. FSF. 7 November 2014.
  2. 1 2 "ratpoison summary page", Savannah, The Free Software Foundation.
  3. "Background". The StumpWM wiki. 2006-10-05. Retrieved 2014-12-01.
  4. 1 2 3 4 "Stumpwm - ArchWiki".
  5. "The Stump Window Manager: Downloads".
This article is issued from Wikipedia - version of the 11/17/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.