From owner-cvs-all@FreeBSD.ORG Wed Jan 12 06:57:32 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09C3616A4CE; Wed, 12 Jan 2005 06:57:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3E4B43D1D; Wed, 12 Jan 2005 06:57:31 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0C6vVPT046514; Wed, 12 Jan 2005 06:57:31 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0C6vVVS046513; Wed, 12 Jan 2005 06:57:31 GMT (envelope-from ahze) Message-Id: <200501120657.j0C6vVVS046513@repoman.freebsd.org> From: Michael Johnson Date: Wed, 12 Jan 2005 06:57:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/skippy-xd Makefile distinfo pkg-descr pkg-message ports/x11-wm/skippy-xd/files patch-config.c patch-skippy.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2005 06:57:32 -0000 ahze 2005-01-12 06:57:31 UTC FreeBSD ports repository Modified files: x11-wm Makefile Added files: x11-wm/skippy-xd Makefile distinfo pkg-descr pkg-message x11-wm/skippy-xd/files patch-config.c patch-skippy.h Log: 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 Revision Changes Path 1.166 +1 -0 ports/x11-wm/Makefile 1.1 +47 -0 ports/x11-wm/skippy-xd/Makefile (new) 1.1 +2 -0 ports/x11-wm/skippy-xd/distinfo (new) 1.1 +22 -0 ports/x11-wm/skippy-xd/files/patch-config.c (new) 1.1 +10 -0 ports/x11-wm/skippy-xd/files/patch-skippy.h (new) 1.1 +12 -0 ports/x11-wm/skippy-xd/pkg-descr (new) 1.1 +14 -0 ports/x11-wm/skippy-xd/pkg-message (new)