diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-12 16:33:18 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-12 16:33:18 +0800 |
commit | c8f0ca14566db3c1657ba9f4873e07f2705d7505 (patch) | |
tree | f5c76437596cb43573890912d9dfc49de79cab98 /x11/Makefile | |
parent | 6d069a5251f85effc720be1c68c16c29c006225f (diff) | |
download | freebsd-ports-gnome-c8f0ca14566db3c1657ba9f4873e07f2705d7505.tar.gz freebsd-ports-gnome-c8f0ca14566db3c1657ba9f4873e07f2705d7505.tar.zst freebsd-ports-gnome-c8f0ca14566db3c1657ba9f4873e07f2705d7505.zip |
Add 3ddesktop, a 3D Virtual Desktop Switcher.
Throws up all your virtual desktops into one giant rotating
OpenGL carousel.
It works with many different WindowManagers, and is very configurable.
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 483027bc92c1..6d87b58dbdf3 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -2,6 +2,7 @@ # SUBDIR += zenity + SUBDIR += 3ddesktop SUBDIR += 9term SUBDIR += XFree86 SUBDIR += XFree86-4 |