diff options
author | pav <pav@FreeBSD.org> | 2004-01-12 04:54:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-12 04:54:14 +0800 |
commit | c3009291b4d6f016e9535ede7432c7ce973f1fee (patch) | |
tree | 8531b405821f485028c45c37bfb63c4471e21575 /x11-wm/Makefile | |
parent | d2240f9e945a5a3930ae8690396ba05caf6ac3ab (diff) | |
download | freebsd-ports-graphics-c3009291b4d6f016e9535ede7432c7ce973f1fee.tar.gz freebsd-ports-graphics-c3009291b4d6f016e9535ede7432c7ce973f1fee.tar.zst freebsd-ports-graphics-c3009291b4d6f016e9535ede7432c7ce973f1fee.zip |
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 f89a411f36a..899ae24a5de 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 |