diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-21 04:38:08 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-21 04:38:08 +0800 |
commit | 7b8991681251a48486bd34986b62b14334b355d9 (patch) | |
tree | 82187c046bc41c93bec551cb5d84d1232b157ae9 /x11-wm/Makefile | |
parent | 4f6c7c0559a139a7ab1cf1caac3f2d3124e0b666 (diff) | |
download | freebsd-ports-gnome-7b8991681251a48486bd34986b62b14334b355d9.tar.gz freebsd-ports-gnome-7b8991681251a48486bd34986b62b14334b355d9.tar.zst freebsd-ports-gnome-7b8991681251a48486bd34986b62b14334b355d9.zip |
Add windowlab.
WindowLab is a small and simple window manager, based on aewm, of
novel design. WindowLab maintains the illusion of direct manipulation
by constraining the mouse pointer when appropriate, ie when a window
cannot be dragged any further in one direction.
It's click-to-focus, shares its window depth policy with the Amiga,
and has a window resizing/reshaping method similar to that of 8 1/2
from Plan 9.
PR: 51168
Submitted by: Pierre-Paul Lavoie <ppl@bloodaxis.dyndns.org>
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 79ab7424d7e8..feff76627759 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -90,6 +90,7 @@ SUBDIR += w9wm SUBDIR += waimea SUBDIR += wampager + SUBDIR += windowlab SUBDIR += windowmaker SUBDIR += wm2 SUBDIR += wmakerconf |