Changeset 150
Legend:
- Unmodified
- Added
- Removed
-
trunk/INSTALL
r149 r150 15 15 16 16 Configuration is done by the Python distutils package as part of the 17 isntallation process. 17 installation process. 18 18 19 19 20 * Building … … 24 25 * Installing 25 26 26 Just type:27 As root, just type: 27 28 28 29 python setup.py install 29 30 30 * Using it.31 32 There are a number of example window managers in examples/. Running33 the examples will start that window manager. Examing the examples is34 the best way to get a feel for how to configure a plwm window manager.35 36 * Using plwm without installing37 38 PLWM can be run from the distribution tree (you must run configure39 first, though). Start it with e.g. (if you dearchived the distribution40 in /home/foo):41 42 /home/foo/plwm-2.6/examples/examplewm.py43 31 -
trunk/README
r29 r150 13 13 *** Copyright 14 14 15 Copyright 1999-200 1Peter Liljenberg (unless indicated otherwisely).15 Copyright 1999-2004 Peter Liljenberg (unless indicated otherwisely). 16 16 17 17 The GNU General Public Licence applies to all the code, see COPYING … … 21 21 22 22 See the file INSTALL. 23 24 *** Using plwm without installing 25 26 PLWM can be run from the distribution tree (you must run configure 27 first, though). Start it with e.g. (if you dearchived the distribution 28 in /home/foo): 29 30 /home/foo/plwm-2.6/examples/examplewm.py 23 31 24 32 *** Documentation … … 31 39 examples/README.examplewm. 32 40 41 *** Using it. 42 43 There are a number of example window managers in examples/. Running 44 the examples will start that window manager. Examing the examples is 45 the best way to get a feel for how to configure a plwm window manager. 46 47 If you want to test window managers, or switch between them, then 48 utils/wmm.py is a window manager manager. Read the source file for 49 documentation. 50 33 51 *** Contacts: 34 52 53 Mike Meyer <mwm@mired.org> 35 54 Peter Liljenberg <petli@ctrl-c.liu.se> 36 55
