Add :maxsize windows in *default-managed-type*
[clfswm.git] / doc / clfswm.1.txt
blobdf742d75302858f36b4f062f6f8086166bcb17aa
1 // -*- mode: doc -*-
2 // Use "a2x -f manpage clfswm.1.txt" to generate the man page.
3 CLFSWM(1)
4 =========
5 :doctype: manpage
8 NAME
9 ----
10 clfswm - A(nother) Common Lisp Full Screen Window Manager
13 SYNOPSIS
14 --------
15 *clfswm* ['implementation']
18 DESCRIPTION
19 -----------
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
25 should be used:
27 . the first command line argument.
28 . environment variable $LISP
29 . the first line like "debian=<impl>" in its configuration file.
30 . clisp
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
35 for details.
38 OPTIONS
39 -------
40 'implementation'::
41         Indicates which implementation should be used.
44 ENVIRONMENT
45 -----------
46 'LISP'::
47         Indicates which implementation should be used.
50 FILES
51 -----
52 '$XDG_CONFIG_HOME/clfswm/clfswmrc'::
53         User configuration file.  If XDG_CONFIG_HOME is undefined,
54         '$HOME/.config/clfswm/clfswmrc' will be used.
56 '$HOME/.clfswmrc'::
57         Deprecated.  This file will be used only if the previous file
58         does not exist.
60 '/etc/clfswmrc'::
61         System-wide configuration file.
64 SEE ALSO
65 --------
66 clisp(1), sbcl(1), cmucl(1).
68 AUTHOR
69 ------
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).