diff options
author | petef <petef@FreeBSD.org> | 2001-12-19 05:05:47 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-19 05:05:47 +0000 |
commit | c7b2953fb90dd61a13d37cd3703a6a022ff62c9b (patch) | |
tree | 0a0f1e4efc56ff52e7636731a313a1cf112a58ed /x11-wm/plwm/pkg-descr | |
parent | 78a322256507dbd41811cafba8ec95602b6915fe (diff) | |
download | FreeBSD-ports-c7b2953fb90dd61a13d37cd3703a6a022ff62c9b.zip FreeBSD-ports-c7b2953fb90dd61a13d37cd3703a6a022ff62c9b.tar.gz |
Add plwm 2.4, a window manager construction kit.
PR: 32981
Submitted by: Mike Meyer <mwm@mired.org>
Diffstat (limited to 'x11-wm/plwm/pkg-descr')
-rw-r--r-- | x11-wm/plwm/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-wm/plwm/pkg-descr b/x11-wm/plwm/pkg-descr new file mode 100644 index 0000000..37a4fcc --- /dev/null +++ b/x11-wm/plwm/pkg-descr @@ -0,0 +1,6 @@ +PLWM is a set of python base classes for a window manager, a +collection of mixins that can be used to configure the behavior of the +window manager, and some example window managers that show the flexibility +of the system. + +WWW: http://sourceforge.net/projects/plwm |