diff options
author | ben <ben> | 2005-01-27 14:39:33 +0000 |
---|---|---|
committer | ben <ben> | 2005-01-27 14:39:33 +0000 |
commit | ce738c1f78d97b039daf4e7229f42d2671c175c4 (patch) | |
tree | 53ac32b5455bd95e7c84a4e1733c2a9d3a0a015a /wm/wmdrawer/MESSAGE | |
parent | e4d3ba28651a806da3658cf802b13c456ade86f1 (diff) | |
download | pkgsrc-ce738c1f78d97b039daf4e7229f42d2671c175c4.tar.gz |
Initial import of wmdrawer-0.10.5, a drawer (retractable button bar) to
launch applications.
wmDrawer is a dock application (dockapp) which provides a drawer
(retractable button bar) to launch applications.
- The drawer is retractable and animated.
- Several columns of buttons can be defined in the drawer.
- The configuration file is automaticaly reloaded if it changes.
- Multiple instances of the program can run at the same time.
- The buttons can be highlighted under the mouse cursor.
- A tooltip can be defined for each button.
- The drawer can be transparent (need SHAPE extension).
- Ability to launch several apps at once from the drawer.
By holding down the key Shift or by using mouse buttons middle or
right instead of left, you can keep the drawer opened.
Diffstat (limited to 'wm/wmdrawer/MESSAGE')
-rw-r--r-- | wm/wmdrawer/MESSAGE | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wm/wmdrawer/MESSAGE b/wm/wmdrawer/MESSAGE new file mode 100644 index 00000000000..a5ac96f3b43 --- /dev/null +++ b/wm/wmdrawer/MESSAGE @@ -0,0 +1,10 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2005/01/27 14:39:33 ben Exp $ + +You can use the example configuration file which was installed there : + + ${PREFIX}/share/examples/wmdrawer/wmdrawerrc.example + +Copy it as $HOME/.wmdrawerrc and edit to fit your needs. + +=========================================================================== |