diff options
author | snj <snj@pkgsrc.org> | 2004-04-20 21:49:00 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-20 21:49:00 +0000 |
commit | 87f2664e5c4a7de88ac1ca704529f1f1c42c201b (patch) | |
tree | 19493066ccf7d280b3d0aa0d7625ff0276f3344c /wm/openbox/Makefile | |
parent | 5fa483567d28beed7a8a6188c300920d64d6a8b0 (diff) | |
download | pkgsrc-87f2664e5c4a7de88ac1ca704529f1f1c42c201b.tar.gz |
Update to openbox 3.2. Changes:
* Added spanish and swedish translations
* Changed "Unnamed Desktop" to "Desktop n" where n is the actual number of
the desktop
* Hopefully no more of the hanging X totally bug
* The fullscreen property now overrides aspect hints
* Added M as an alias for Mod3 in the same manner that W is an alias for
Mod4
* Added probably too many options and actions
* ToggleDockAutohide to toggle the autohide option at runtime, doesn't
save it to the config
* keepBorder option to set if you want the 1-pixel border when you
toggleDecorations
* added popupShow and popupPosition to control where and when the
move/resize-popup is shown, these go in the resize section of the config
popup. Position can be Top or Center, popupShow can be Always, Never or
Nonpixel (this is the default).
* Added the xorStyle option to change the behaviour of menus along the
bottom edge, note that the default is true
* warpPointer option in the menu section to control if the mouse cursor is
to be warped by openbox when the menu moves to keep on screen to keep
the cursor in the same place relative to the menu.
* Added back the focusLast option (this controls what happens when you
change desktops and have followMouse on)
* Added an option to set which desktop to start on when you start openbox,
firstdesk. For example, you might like to set it to 5 if you have a 3x3
grid to start in the middle.
Note that this won't build until a buildlink3 bug is fixed. This is not a
regression, as it was already in a non-building state. Please do not file
any PRs regarding this issue.
Diffstat (limited to 'wm/openbox/Makefile')
-rw-r--r-- | wm/openbox/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index 9c17bf68928..26769b3a4dd 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2004/04/14 16:15:28 jmmv Exp $ +# $NetBSD: Makefile,v 1.19 2004/04/20 21:49:00 snj Exp $ -DISTNAME= openbox-3.1 -PKGREVISION= 3 +DISTNAME= openbox-3.2 CATEGORIES= wm x11 MASTER_SITES= http://icculus.org/openbox/releases/ |