pkgsrc/wm/dwm/DESCR
gls fc4c91c6e0 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
2011-08-07 20:58:40 +00:00

19 lines
919 B
Text

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.
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.