diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-11 20:54:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-11 20:54:14 +0000 |
commit | 2c5918d1b587d6358ee1b2299b1ab3f9f79b4147 (patch) | |
tree | c8a236e1d2af3a56ba33aefc3e66a3c85567c619 /x11-wm/Makefile | |
parent | . Update to 0.38. (diff) |
Add treewm, a window manager that tries to implement a new concept. In addition to
the client windows the user can create desktops which can themselves contain
windows and desktops. By arranging the windows in such a tree the user is able
to manage his tasks efficiently.
See also: http://treewm.sourceforge.net/ and
http://www.informatik.uni-frankfurt.de/~polzer/treewmdurchnull/
PR: ports/61189
Submitted by: divZero <freebsd-dr@durchnull.de>
Diffstat (limited to 'x11-wm/Makefile')
-rw-r--r-- | x11-wm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index f89a411f36a1..899ae24a5de7 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -84,6 +84,7 @@ SUBDIR += sapphire-themes SUBDIR += sawfish2 SUBDIR += swm + SUBDIR += treewm SUBDIR += tvtwm SUBDIR += ude SUBDIR += uwm |