diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-20 19:07:21 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-21 00:18:31 -0500 |
commit | f67cae1662f209bac3e0f11735f9fe10163701a7 (patch) | |
tree | 2d364b4bc2c298048a23bbdc2374a276dd5ff951 /desktop/dwm/README | |
parent | 07d62c67556690179e450003f4eee68ae88fe35b (diff) | |
download | slackbuilds-f67cae1662f209bac3e0f11735f9fe10163701a7.tar.gz |
desktop/dwm: Removed (build failure)
Diffstat (limited to 'desktop/dwm/README')
-rw-r--r-- | desktop/dwm/README | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/desktop/dwm/README b/desktop/dwm/README deleted file mode 100644 index 4d177eb75e..0000000000 --- a/desktop/dwm/README +++ /dev/null @@ -1,23 +0,0 @@ -dwm is a dynamic window manager for X. It manages windows in tiled and -floating layouts. Either layout can be applied dynamically, optimizing -the environment for the application in use and the task performed. It -is the little brother of wmii. - -In tiled layout, windows are managed in a master and stacking area. -The master area contains the windows which currently need most -attention, whereas the stacking area contains all other windows. In -floating layout, windows can be resized and moved freely. Dialog -windows are always managed floating, regardless of the layout -selected. - -Windows are grouped by tags. Each window can be tagged with one or -multiple tags. Selecting certain tags displays all windows with those -tags. - -dwm contains a small status bar which displays all available tags, the -layout, the title of the focused window, and the text read from the -name of the root window. The selected tags are highlighted with a -different color, while the tags of the focused window are highlighted -with a small point. - -dwm draws a small border around windows to indicate their focus state. |