StumpWM: Difference between revisions
Add reference to the maling list, hosted in Savannah |
properly reference License. Previously it pointed to ratpoison's license information |
||
Line 7: | Line 7: | ||
| operating_system = [[Unix-like]] |
| operating_system = [[Unix-like]] |
||
| genre = [[Window manager]] |
| genre = [[Window manager]] |
||
| license = [[GPLv2]]+<ref name="savannah">{{Citation | url = |
| license = [[GPLv2]]+<ref name="savannah">{{Citation | url = https://github.com/stumpwm/stumpwm/blob/master/COPYING | title = StumpWM COPYING file}}.</ref> |
||
| website = {{url|https://github.com/stumpwm/stumpwm}} |
| website = {{url|https://github.com/stumpwm/stumpwm}} |
||
}} |
}} |
Revision as of 07:37, 27 January 2017
Developer(s) | Shawn Betts |
---|---|
Repository | |
Written in | Common Lisp |
Operating system | Unix-like |
Type | Window manager |
License | GPLv2+[1] |
Website | github |
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).[1]
As explained on the StumpWM wiki, the developers decided to largely re-implement ratpoison in Common Lisp using CLX:[2]
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:[3]
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.[3] 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.[3]
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.[3]
Development
StumpWM source code is hosted on Github and the version control system used is Git.[4] A mailing list is also available for StumpWM related issues[5].
See also
- Sawfish, a stacking window manager written in Lisp
- Greenspun's tenth rule
References
- ^ a b StumpWM COPYING file.
- ^ "Background". The StumpWM wiki. 2006-10-05. Retrieved 2014-12-01.
- ^ a b c d "Stumpwm - ArchWiki".
- ^ "The Stump Window Manager: Downloads".
- ^ "Stump-devel".