Path to this page:
./
wm/dwm,
Dynamic window manager
Branch: CURRENT,
Version: 5.7.2,
Package name: dwm-5.7.2,
Maintainer: leot1990dwm 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 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.
Required to build:[
pkgtools/x11-links]
Package options: xinerama
Master sites:
SHA1: f374ab15033500276eab61ac5002b2cd05f8cbc7
RMD160: 8fc6cc10ca6b0c6ae69fdf0f6122e015b849c7a1
Filesize: 19.521 KB
Version history: (Expand)
- (2009-10-18) Updated to version: dwm-5.7.2
- (2009-08-02) Updated to version: dwm-5.6.1
- (2009-07-16) Updated to version: dwm-5.6
- (2009-06-15) Updated to version: dwm-5.5
- (2008-12-07) Updated to version: dwm-5.3.1
- (2008-04-25) Updated to version: dwm-4.9
CVS history: (Expand)
2009-10-18 14:15:18 by Tobias Nygren | Files touched by this commit (2) |  |
Log message:
Maintainer update to dwm-5.7.2.
5.7.2 changes:
o another fix for setlayout from Ryan Zheng
5.7.1 changes:
o fixes layout symbol updating mechanism during setlayout
5.7 changes:
o code cleanups and several minor improvements
o layout symbol can be modified by the arrange function of a layout
o new updategeom() algorithm rewritten from scratch
|
2009-08-02 01:26:14 by Tobias Nygren | Files touched by this commit (2) |  |
Log message:
Update to dwm-5.6.1. From maintainer in private mail. Changes:
- fixed Xinerama support with screens with the same origin geometry
- fixed aspect ratio applications
- several corrections to the man page
|
2009-07-15 22:35:18 by Tobias Nygren | Files touched by this commit (2) |  |
Log message:
PR pkg/41731: maintainer update of wm/dwm to dwm-5.6.
Changes:
o new Xinerama support that creates a view per Xinerama screen.
Focusing different screens works using the mouse or
the new shortcuts Mod1-. and Mod1-, (or Mod1-Shift-, and Mod1-Shift-.
for sending windows to next/prev screen).
o Extended Rule structure in config.h with an additional monitor field
(-1 if a client should be assigned to the selected screen, or 0.. for a
specific screen)
o Several bugfixes in the resize handling
|
| 2009-06-15 10:17:43 by Adam Hoka | Files touched by this commit (1) |
Log message:
Add options.mk.
|
| 2009-06-15 00:45:12 by Adam Hoka | Files touched by this commit (3) |
Log message:
Upgrade to version 5.5.
Work done by Leonardo Taccari in pkgsrc-wip.
Thanks!
|
2008-12-07 16:46:39 by Antoine Reilles | Files touched by this commit (3) |  |
Log message:
Update wm/dwm to 5.3.1
No real changelog from upstream, apparently mostly bugfixes
|
2008-04-25 09:35:49 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
Update to 4.9:
4.9:
This release contains the ability to freely define various geometries
for the built-in layout algorithms in the config.h file. It also
contains some bugfixes and a polished code base.
4.8:
This version contains two new layouts, the horizontal tile layout
and the monocle layout. It also allows you more fine-grained control
of the bar position and layout areas due to the introduction of
several new variables that can be changed during runtime (if a
related function is implemented).
|
2007-11-26 00:23:26 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
Update to 4.7, changes unknown.
|