2 // Use "a2x -f manpage clfswm.1.txt" to generate the man page.
10 clfswm - A(nother) Common Lisp Full Screen Window Manager
15 *clfswm* ['implementation']
20 CLFSWM is a 100% Common Lisp X11 window manager (based on Tinywm and
21 Stumpwm. Many thanks to them). It can be driven only with the
22 keyboard or with the mouse.
24 CLFSWM uses the following rules to determine which implementation
27 . the first command line argument.
28 . environment variable $LISP
29 . the first line like "debian=<impl>" in its configuration file.
32 CLFSWM handles clisp, sbcl and cmucl internally. If you specify a
33 different implementation, CLFSWM will try to execute the command
34 `clfswm-<implementation>`. See /usr/share/doc/clfswm/README.Debian
41 Indicates which implementation should be used.
47 Indicates which implementation should be used.
52 '$XDG_CONFIG_HOME/clfswm/clfswmrc'::
53 User configuration file. If XDG_CONFIG_HOME is undefined,
54 '$HOME/.config/clfswm/clfswmrc' will be used.
57 Deprecated. This file will be used only if the previous file
61 System-wide configuration file.
66 clisp(1), sbcl(1), cmucl(1).
70 CLFSWM was written by Philippe Brochard <pbrochard@common-lisp.net>.
72 This manual page was written by Desmond O. Chang <dochang@gmail.com>,
73 for the Debian project (and may be used by others).