diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-29 21:12:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-29 21:12:13 +0000 |
commit | 331291644bcebf0210d1dd8500952d23d919c9bc (patch) | |
tree | 6d7c044161c81bd930e4eace63654b2499a15a9a /x11/Makefile | |
parent | - Update to 1.0.2 (diff) |
IPager is a X11 pager program that originally was developed for Fluxbox
but can also be used with other WM
Features:
* Various image zoom effects.
* Main window transparency.
* Transparent workspaces icons.
* Main window background color.
* Workspace icon: a defined color or transparent.
* Borders: can be applied to main window and to workspace icons.
* Switch workspaces: any mouse button upon your choice.
* You can send a window from one workspace to another.
* Application icons.
* Color themes.
Author: vad@useperl.ru
WWW: http://useperl.ru/ipager/index.en.html
PR: ports/94814
Submitted by: Vlad V. Teterya <vlad@vlad.uz.ua>
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 5dcb282af874..8635c4a12417 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -88,6 +88,7 @@ SUBDIR += gxset SUBDIR += idesk SUBDIR += imwheel + SUBDIR += ipager SUBDIR += kb2mb2 SUBDIR += kde-lite SUBDIR += kde3 |