changeset: 443:2c8ae7f38d23
tag: tip
user: jasonwryan <mail_AT_jasonwryan.com>
date: Wed Feb 10 20:58:15 2010 +1300
files: default.suckless.org/_werc/lib/footer.inc dwm.suckless.org/index.md dwm.suckless.org/tutorial.md
description:
Various minor edits, inc the copyright footer
diff -r 99cd8d48cb8c -r 2c8ae7f38d23 default.suckless.org/_werc/lib/footer.inc
--- a/default.suckless.org/_werc/lib/footer.inc Tue Feb 09 19:13:45 2010 +1300
+++ b/default.suckless.org/_werc/lib/footer.inc Wed Feb 10 20:58:15 2010 +1300
_AT_@ -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 -r 99cd8d48cb8c -r 2c8ae7f38d23 dwm.suckless.org/index.md
--- a/dwm.suckless.org/index.md Tue Feb 09 19:13:45 2010 +1300
+++ b/dwm.suckless.org/index.md Wed Feb 10 20:58:15 2010 +1300
_AT_@ -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
_AT_@ -22,7 +22,7 @@
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.
->[![Screenshot](screenshots/dwm-20070930s.png)](screenshots/dwm-20070930.png)<-
_AT_@ -33,7 +33,7 @@
* 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.
_AT_@ -58,4 +58,4 @@
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 -r 99cd8d48cb8c -r 2c8ae7f38d23 dwm.suckless.org/tutorial.md
--- a/dwm.suckless.org/tutorial.md Tue Feb 09 19:13:45 2010 +1300
+++ b/dwm.suckless.org/tutorial.md Wed Feb 10 20:58:15 2010 +1300
_AT_@ -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
_AT_@ -15,8 +15,7 @@
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:
_AT_@ -32,7 +31,7 @@
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.
Received on Wed Feb 10 2010 - 08:57:41 CET