diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-01-12 06:57:31 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-01-12 06:57:31 +0000 |
commit | fbcbddacac7ba7c759755e33d49e77d1eba4b3ea (patch) | |
tree | 92eff5d61fb21869ea97207560345fecbdeaa939 /x11-wm/Makefile | |
parent | fcf0b8b9fe9a101e2cc953088cb1037f1e03396c (diff) | |
download | ports-fbcbddacac7ba7c759755e33d49e77d1eba4b3ea.tar.gz ports-fbcbddacac7ba7c759755e33d49e77d1eba4b3ea.zip |
Add skippy-xd
Skippy-XD is a version of Skippy that uses Xserver's XDamage, XComposite and
XFixes extensions to provide you with 'live' versions of the windows.
Skippy-XD is best described as a full-screen task-switcher for X11. It tries to
provide an alternative when taskbars or regular task-switchers aren't the most
efficient way of switching tasks (like when you have a lot of applications open)
When activated (currently only through a hotkey), it will arrange and scale
snapshots of all windows on the current desktop and it'll let you pick a
window using a mouse or a keyboard. Yes, this is also what expocity and Apple's
Expose.
PR: ports/66921
Notes
Notes:
svn path=/head/; revision=126201
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 28f01c1ff434..620c4a9bd939 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -87,6 +87,7 @@ SUBDIR += sawfish2 SUBDIR += selectwm SUBDIR += skippy + SUBDIR += skippy-xd SUBDIR += swm SUBDIR += tpager SUBDIR += treewm |