commit 380e8a6e29e9b82dc93585ecb56821f567d47868
parent 47177f4a7a38c870d5ec98cdf1f8b49576baf0f1
Author: jasonwryan <mail@jasonwryan.com>
Date: Wed, 10 Feb 2010 20:58:15 +1300
Various minor edits, inc the copyright footer
Diffstat:
3 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/default.suckless.org/_werc/lib/footer.inc b/default.suckless.org/_werc/lib/footer.inc
@@ -2,5 +2,5 @@
<a href="http://werc.cat-v.org/">Powered by werc</a>
</div>
<div class="right">
- © 2006-2009 suckless.org community
+ © 2006-2010 suckless.org community
</div>
diff --git a/dwm.suckless.org/index.md b/dwm.suckless.org/index.md
@@ -1,5 +1,5 @@
dwm is a dynamic window manager for X. It manages windows in tiled, monocle
-and floating layouts. Either layout can be applied dynamically, optimising the
+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
@@ -22,7 +22,7 @@ window are indicated with a filled square in the top left corner. The tags
which are applied to one or more windows are indicated with an empty square in
the top left corner.
-dwm draws a small border around windows to indicate the focus state.
+dwm draws a small customizable border around windows to indicate the focus state.
->[](screenshots/dwm-20070930.png)<-
@@ -33,7 +33,7 @@ In contrast to ion, larswm, and wmii, dwm is much smaller, faster and simpler.
* dwm has no Lua integration, no 9P support, no shell-based configuration, no remote control, and comes without any additional tools, such as for printing the selection or warping the mouse.
* dwm is only a single binary, and its source code is intended to never exceed 2000 SLOC.
* dwm doesn't distinguish between layers: there is no floating or tiled layer. Whether or not the clients of currently selected tag(s) are in tiled layout, you can rearrange them on the fly. Popup and fixed-size windows are always floating, however.
-* dwm is customized through editing its source code, which makes it extremely fast and secure - it does not process any input data which isn't known at compile time, except window titles and status text read from the root window's name. You don't have to learn Lua/sh/ruby or some weird configuration file format (like X resource files), beside C, to customize it for your needs: you only have to learn C (at least editing header files).
+* dwm is customized through editing its source code, which makes it extremely fast and secure - it does not process any input data which isn't known at compile time, except window titles and status text read from the root window's name. You don't have to learn Lua/sh/ruby or some weird configuration file format (like X resource files), beside C, to customize it for your needs: you only have to learn C (at least in order to edit the header file).
* Because dwm is customized through editing its source code, it's pointless to make binary packages of it. This keeps its userbase small and elitist. No novices asking stupid questions.
* dwm reads from the root window's name to print arbitrary status text (like the date, load, battery charge). That's much simpler than larsremote, wmiir and what not...
* <b>NEW</b> dwm creates a view for each Xinerama screen.
@@ -58,4 +58,4 @@ dwm is actively developed in parallel to wmii. You can [browse](http://hg.suckle
Miscellaneous
-------------
-* Optionally you can install [dmenu](http://tools.suckless.org/dmenu) to extend dwm with a wmii-alike menu.
+* Optionally you can install [dmenu](http://tools.suckless.org/dmenu) to extend dwm with a wmii-like menu.
diff --git a/dwm.suckless.org/tutorial.md b/dwm.suckless.org/tutorial.md
@@ -1,4 +1,4 @@
-Following the default binds configured by the header file
+The following default binds are configured by the header file
[config.def.h](http://hg.suckless.org/dwm/file/tip/config.def.h).
[Shift]+[Alt]+[Enter] - launch terminal
@@ -15,8 +15,7 @@ To move a terminal pane/tile/window to another tag you select the window by
hovering over the window. Then execute the bind `[Shift]+[Alt]+[2]` to move the
window to the 2 tag. `[Alt]+[2]` moves your focus to tag 2.
-As stated in the [dwm manpage](http://man.suckless.org/dwm/1/dwm), you can click tags with the left mouse button and simulating `[Alt]+[tag number]`, but you can also click an
-other tag with the right mouse button in order to bring those windows additionally
+As stated in the [dwm manpage](http://man.suckless.org/dwm/1/dwm), you can click tags with the left mouse button and simulating `[Alt]+[tag number]`, but you can also click another tag with the right mouse button in order to bring those windows additionally
into your current focus.
To kill a window:
@@ -32,7 +31,7 @@ You should also notice the `[]=` symbol between the tag numbers and the title ba
dwm has two further layout modes, **floating** `><>` `[Alt]+[f]` and
**monocle** `[M]` `[Alt]+[m]`. Monocle is good for ensuring a window is kept
maximized and focused. This is useful in web kiosk environments and watching
-flash videos.
+flash videos. Further layout modes can be included through [patches](http://dwm.suckless.org/patches/).
Floating layout will be familiar to Windows users. Use `[Alt]+[mouse button]` to
move or resize a window.