diff options
author | Tom Canich <tcanich@canich.net> | 2010-05-12 23:28:17 +0200 |
---|---|---|
committer | Chess Griffin <chess@slackbuilds.org> | 2010-05-12 23:28:17 +0200 |
commit | 045acf5134803e25185e794c7bd703c254100f70 (patch) | |
tree | e299d96cb06fa394235faa4873f2f871a55a4eb8 /desktop/dwm/slack-desc | |
parent | cc1a947b2ad3dd8fd7186201aea2b9ed4cc1d56f (diff) | |
download | slackbuilds-045acf5134803e25185e794c7bd703c254100f70.tar.gz |
desktop/dwm: Added to 12.2 repository
Diffstat (limited to 'desktop/dwm/slack-desc')
-rw-r--r-- | desktop/dwm/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/desktop/dwm/slack-desc b/desktop/dwm/slack-desc new file mode 100644 index 0000000000..f13980db6d --- /dev/null +++ b/desktop/dwm/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +dwm: dwm (suckless dynamic window manager) +dwm: +dwm: dwm is a dynamic window manager for X. It manages windows in tiled +dwm: and floating layouts. Either layout can be applied dynamically, +dwm: optimizing the environment for the application in use and the task +dwm: performed. It is the little brother of wmii. +dwm: In tiled layout, windows are managed in a master and stacking area. +dwm: The master area contains the windows which currently need most +dwm: attention, whereas the stacking area contains all other windows. +dwm: +dwm: Homepage: http://dwm.suckless.org |