Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akihironitta/plwm
PLWM is a Python package, containing classes suitable for implementing a window manager. PLWM is also a window manager, using the PLWM package.
https://github.com/akihironitta/plwm
Last synced: about 1 month ago
JSON representation
PLWM is a Python package, containing classes suitable for implementing a window manager. PLWM is also a window manager, using the PLWM package.
- Host: GitHub
- URL: https://github.com/akihironitta/plwm
- Owner: akihironitta
- License: gpl-2.0
- Created: 2019-07-31T08:16:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T08:20:01.000Z (over 5 years ago)
- Last Synced: 2024-12-05T17:52:07.721Z (about 2 months ago)
- Language: Python
- Homepage: http://plwm.sourceforge.net/
- Size: 365 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
The Pointless Window Manager
or
Python As A Configuration File Language
or
Unlightenment
*** Copyright
Copyright 1999-2004 Peter Liljenberg (unless indicated otherwisely).
The GNU General Public Licence applies to all the code, see COPYING
for the usual details.*** Installation
See the file INSTALL.
*** Using plwm without installing
PLWM can be run from the distribution tree. Start it with python
(if you dearchived the distribution in /home/foo):python /home/foo/plwm-2.7/examples/examplewm.py
*** Documentation
In doc, you'll want to build and read plwm.info. (After running make,
you can read the built info-file in an emacs by pressing C-u C-h i and
giving the path to plwm.info.)A terse description of the example window manager is in
examples/README.examplewm.*** Using it.
There are a number of example window managers in examples/. Running
the examples will start that window manager. Examing the examples is
the best way to get a feel for how to configure a plwm window manager.If you want to test window managers, or switch between them, then
utils/wmm.py is a window manager manager. Read the source file for
documentation.*** Contacts:
Mike Meyer
Peter LiljenbergThe PLWM website is located at http://plwm.sourceforge.net/. PLWM is
a SourceForge project, its project page can be found at
http://sourceforge.net/project/plwm/.