A(nother) common lisp full screen window manager
clfswm [implementation]
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:
the first command line argument.
environment variable $LISP
the first line like "debian=<impl>" in its configuration file.
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.
implementation
Indicates which implementation should be used.
LISP
Indicates which implementation should be used.
$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.
clisp(1), sbcl(1), cmucl(1).
CLFSWM was written by Philippe Brochard <[email protected]>.
This manual page was written by Desmond O. Chang <[email protected]>, for the Debian project (and may be used by others).