The Stump Window Manager 0.9.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News The Stump Window Manager 0.9.0 (Default branch)
# 1  
Old 02-01-2008
The Stump Window Manager 0.9.0 (Default branch)

Stumpwm is a tiling, keyboard driven X11 window manager written entirely in Common Lisp. While it is minimalistic in appearance, its full customizability, event hooks, and 100% pure Lisp implementation make it startlingly powerful. License: GNU General Public License (GPL) Changes:
Virtual desktops, a status line, color text, Xinerama support, XRandR support, improved customizability, improved stability, and much more.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
CLFSWM(1)																 CLFSWM(1)

NAME
clfswm - A(nother) Common Lisp Full Screen Window Manager SYNOPSIS
clfswm [implementation] DESCRIPTION
CLFSWM is a 100% Common Lisp X11 window manager (based on Tinywm and Stumpwm. Many thanks to them). It can be driven only with the keyboard or with the mouse. CLFSWM uses the following rules to determine which implementation should be used: 1. the first command line argument. 2. environment variable $LISP 3. the first line like "debian=<impl>" in its configuration file. 4. clisp CLFSWM handles clisp, sbcl and cmucl internally. If you specify a different implementation, CLFSWM will try to execute the command clfswm-<implementation>. See /usr/share/doc/clfswm/README.Debian for details. OPTIONS
implementation Indicates which implementation should be used. ENVIRONMENT
LISP Indicates which implementation should be used. FILES
$XDG_CONFIG_HOME/clfswm/clfswmrc User configuration file. If XDG_CONFIG_HOME is undefined, $HOME/.config/clfswm/clfswmrc will be used. $HOME/.clfswmrc Deprecated. This file will be used only if the previous file does not exist. /etc/clfswmrc System-wide configuration file. SEE ALSO
clisp(1), sbcl(1), cmucl(1). AUTHOR
CLFSWM was written by Philippe Brochard <pbrochard@common-lisp.net>. This manual page was written by Desmond O. Chang <dochang@gmail.com>, for the Debian project (and may be used by others). 12/04/2011 CLFSWM(1)