From b9bee72278eb63c99140fac15daeae882f57fe7a Mon Sep 17 00:00:00 2001 From: gls Date: Sun, 7 Aug 2011 20:58:40 +0000 Subject: Update wm/dwm to 5.9 Per PR pkg/45218 from Bug Hunting. I've been unable to find an upstream changelog. many bugfixes as far as I can tell from http://hg.suckless.org/dwm/log/dd74622a4785 --- wm/dwm/DESCR | 26 ++++++++++++++++++-------- wm/dwm/Makefile | 4 ++-- wm/dwm/distinfo | 8 ++++---- 3 files changed, 24 insertions(+), 14 deletions(-) (limited to 'wm') diff --git a/wm/dwm/DESCR b/wm/dwm/DESCR index 7832cb19ca4..581b9d24e06 100644 --- a/wm/dwm/DESCR +++ b/wm/dwm/DESCR @@ -1,9 +1,19 @@ -dwm is a dynamic window manager for X. It manages windows in tiling -and floating modes. Either mode can be applied dynamically, optimizing -the environment for the application in use and the task performed. It -is the little brother of wmii. +dwm is a dynamic window manager for X. It manages windows in tiled, +monocle and floating layouts. All of the layouts can be applied +dynamically, optimising the environment for the application in use +and the task performed. -dwm contains a small status bar which displays all available tags, the -mode, the title of the focused window, and the text read from standard -input. The selected tags are highlighted with a different color, the -tags of the focused window are highlighted with a small point. +In tiled layout windows are managed in a master and stacking area. +The master area contains the window which currently needs most +attention, whereas the stacking area contains all other windows. +In monocle layout all windows are maximised to the screen size. In +floating layout windows can be resized and moved freely. + +Windows are grouped by tags. Each window can be tagged with one or +multiple tags. Selecting certain tags displays all windows with +these tags. + +Each screen contains a small status bar which displays all available +tags, the layout, the number of visible windows, the title of the +focused window, and the text read from the root window name property, +if the screen is focused. diff --git a/wm/dwm/Makefile b/wm/dwm/Makefile index 8ecbbf368f7..8286af58d7e 100644 --- a/wm/dwm/Makefile +++ b/wm/dwm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2011/06/17 11:59:57 obache Exp $ +# $NetBSD: Makefile,v 1.12 2011/08/07 20:58:40 gls Exp $ # -DISTNAME= dwm-5.8.2 +DISTNAME= dwm-5.9 CATEGORIES= wm MASTER_SITES= http://dl.suckless.org/dwm/ diff --git a/wm/dwm/distinfo b/wm/dwm/distinfo index 3499d0c9044..37626f313c7 100644 --- a/wm/dwm/distinfo +++ b/wm/dwm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2011/06/17 11:59:57 obache Exp $ +$NetBSD: distinfo,v 1.12 2011/08/07 20:58:40 gls Exp $ -SHA1 (dwm-5.8.2.tar.gz) = ee4fecee6b404969884088cafba14d538c77b9f9 -RMD160 (dwm-5.8.2.tar.gz) = 5cdc22af7b7d223ef935dc65eae7c8f3630b2b76 -Size (dwm-5.8.2.tar.gz) = 20326 bytes +SHA1 (dwm-5.9.tar.gz) = 45d011b70cee0208c43b756650c6f736e0c8661b +RMD160 (dwm-5.9.tar.gz) = 92af278597db706fb2a4b63aa9169a3ef612cd2c +Size (dwm-5.9.tar.gz) = 20517 bytes -- cgit v1.2.3