diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-04-13 09:08:07 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-04-13 09:08:07 +0000 |
commit | c451d2cd274a53f01f028f554f9f701a2c93cf91 (patch) | |
tree | cd07c45ed59e7a7659fcc3e6fa44b05058624795 /wm/dwm/DESCR | |
parent | 59daad6172fd9fc9d37ad0d5d6c07f8a9f01e4cc (diff) | |
download | pkgsrc-c451d2cd274a53f01f028f554f9f701a2c93cf91.tar.gz |
Initial import of dwm-3.9 from pkgsrc-wip.
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.
Diffstat (limited to 'wm/dwm/DESCR')
-rw-r--r-- | wm/dwm/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/wm/dwm/DESCR b/wm/dwm/DESCR new file mode 100644 index 00000000000..7832cb19ca4 --- /dev/null +++ b/wm/dwm/DESCR @@ -0,0 +1,9 @@ +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. |