root / trunk / README

Revision 153, 1.4 kB (checked in by mwm, 5 years ago)

We no longer configure the scripts, so remove the reference to configuration.

Line 
1
2                     The Pointless Window Manager
3
4                                  or
5
6               Python As A Configuration File Language
7
8                                  or
9
10                            Unlightenment
11
12
13*** Copyright
14
15Copyright 1999-2004 Peter Liljenberg (unless indicated otherwisely).
16
17The GNU General Public Licence applies to all the code, see COPYING
18for the usual details.
19
20*** Installation
21
22See the file INSTALL.
23
24*** Using plwm without installing
25
26PLWM can be run from the distribution tree.  Start it with python
27(if you dearchived the distribution in /home/foo):
28
29  python /home/foo/plwm-2.6/examples/examplewm.py
30
31*** Documentation
32
33In doc, you'll want to build and read plwm.info.  (After running make,
34you can read the built info-file in an emacs by pressing C-u C-h i and
35giving the path to plwm.info.)
36
37A terse description of the example window manager is in
38examples/README.examplewm.
39
40*** Using it.
41
42There are a number of example window managers in examples/. Running
43the examples will start that window manager. Examing the examples is
44the best way to get a feel for how to configure a plwm window manager.
45
46If you want to test window managers, or switch between them, then
47utils/wmm.py is a window manager manager. Read the source file for
48documentation.
49
50*** Contacts:
51
52Mike Meyer <mwm@mired.org>
53Peter Liljenberg <petli@ctrl-c.liu.se>
54
55The PLWM website is located at http://plwm.sourceforge.net/.  PLWM is
56a SourceForge project, its project page can be found at
57http://sourceforge.net/project/plwm/.
58
59
Note: See TracBrowser for help on using the browser.