Age | Commit message (Collapse) | Author | Files | Lines |
|
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).
|
|
|
|
4.6
This release contains sanitized aspect ratio handling, a simplified
tagging concept, an improved tiling algorithm, and several code
cleanups.
4.4
This release provides a totally new layout plugin structure and a
lot of code polishing.
4.3
This release contains certain major bugfixes, especially regarding
banning/unbanning client windows.
4.1
The status bar can now be toggled on the fly. Several bugs were
fixed and a lot of code polishing was undertaken.
|
|
Changelog: bugfixes
|
|
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 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.
|