From 7b8991681251a48486bd34986b62b14334b355d9 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sun, 20 Apr 2003 20:38:08 +0000 Subject: 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 --- x11-wm/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'x11-wm/Makefile') 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 -- cgit