diff options
author | asau <asau@pkgsrc.org> | 2012-02-02 21:50:18 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-02-02 21:50:18 +0000 |
commit | 9f2cda556380ae11b7f19afdd559a7be94a8e2ad (patch) | |
tree | 0a29f23dda716e2cc07dd6c6ba1a1ab47f9d9f5a /wm/dwm/Makefile | |
parent | b33e07fb1c1eb6121a5dc7a74012e443dff7af8f (diff) | |
download | pkgsrc-9f2cda556380ae11b7f19afdd559a7be94a8e2ad.tar.gz |
Update to dwm 6.0
From Bug Hunting in PR pkg/45737
Changes in the 6.0:
- several Xinerama fixes;
- a new approach to hide clients into negative space rather than positive;
- the return of the nmaster functionality (Mod1-i, Mod1-d);
- better EWHM support for floating windows;
- fixed sloppy focussing of empty screens;
- a new default color scheme (actually a new old one, now bluedark rather than
bluegray).
Diffstat (limited to 'wm/dwm/Makefile')
-rw-r--r-- | wm/dwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/dwm/Makefile b/wm/dwm/Makefile index 8286af58d7e..3885430bea5 100644 --- a/wm/dwm/Makefile +++ b/wm/dwm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2011/08/07 20:58:40 gls Exp $ +# $NetBSD: Makefile,v 1.13 2012/02/02 21:50:18 asau Exp $ # -DISTNAME= dwm-5.9 +DISTNAME= dwm-6.0 CATEGORIES= wm MASTER_SITES= http://dl.suckless.org/dwm/ |