diff options
author | dhn <dhn@FreeBSD.org> | 2009-04-01 04:12:57 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2009-04-01 04:12:57 +0800 |
commit | 2fab436526704429523ec6dcc6aff1b0282af50a (patch) | |
tree | 57ddb284c48f13979e065aa1ea14dca0667c11c1 /x11-wm | |
parent | bf18bceee6285973205d1567265c607f8786266c (diff) | |
download | freebsd-ports-gnome-2fab436526704429523ec6dcc6aff1b0282af50a.tar.gz freebsd-ports-gnome-2fab436526704429523ec6dcc6aff1b0282af50a.tar.zst freebsd-ports-gnome-2fab436526704429523ec6dcc6aff1b0282af50a.zip |
A simple dynamic window manager for X, with features nicked from
ratpoison and dwm. Musca's code is actually written from scratch,
but a lot of useful stuff was gleaned from reading the source code
of those two excellent projects.
WWW: http://aerosuidae.net/musca.html
Approved by: tabthorpe (co-mentor)
Diffstat (limited to 'x11-wm')
-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 901b7d1a8094..a17eda799e8d 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -79,6 +79,7 @@ SUBDIR += lxsession-lite SUBDIR += matchbox SUBDIR += metacity + SUBDIR += musca SUBDIR += nickleby SUBDIR += obconf SUBDIR += obmenu |