commit 115f1078ae99c2f9dd6822cf45ab284cdfb5a498
parent 484d04952faf0e948cdecb01d77fe685e2e93b9b
Author: nsz <nszabolcs@gmail.com>
Date: Fri, 17 Jul 2009 23:01:07 +0200
dwm manpage update
Diffstat:
2 files changed, 31 insertions(+), 22 deletions(-)
diff --git a/dwm.suckless.org/manpage.md b/dwm.suckless.org/manpage.md
@@ -3,14 +3,12 @@
<H2>NAME</H2>
dwm - dynamic window manager
-<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
<B>dwm</B>
[<B>-v</B>]
-<A NAME="lbAD"> </A>
<H2>DESCRIPTION</H2>
dwm is a dynamic window manager for X. It manages windows in tiled, monocle
@@ -21,7 +19,7 @@ environment for the application in use and the task performed.
In tiled layouts windows are managed in a master and stacking area. The master
area contains the window which currently needs most attention, whereas the
stacking area contains all other windows. In monocle layout all windows are
-maximized to the screen size. In floating layout windows can be resized and
+maximised to the screen size. In floating layout windows can be resized and
moved freely. Dialog windows are always managed floating, regardless of the
layout applied.
<P>
@@ -30,18 +28,18 @@ Windows are grouped by tags. Each window can be tagged with one or multiple
tags. Selecting certain tags displays all windows with these tags.
<P>
-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 (xsetroot -name "string" to set the name). A floating window
-is indicated with an empty square and a maximized floating window is
-indicated with a filled square before the windows title. The selected tags are
-indicated with a different color. The tags of the focused 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.
+Each screen contains a small status bar which displays all available tags, the
+layout, the number of visible windows, the title of the focused window, and the
+text read from the root window name property, if the screen is focused. A
+floating window is indicated with an empty square and a maximised floating
+window is indicated with a filled square before the windows title. The
+selected tags are indicated with a different color. The tags of the focused
+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.
<P>
dwm draws a small border around windows to indicate the focus state.
-<A NAME="lbAE"> </A>
<H2>OPTIONS</H2>
<DL COMPACT>
@@ -50,10 +48,8 @@ dwm draws a small border around windows to indicate the focus state.
<DD>
prints version information to standard output, then exits.
</DL>
-<A NAME="lbAF"> </A>
<H2>USAGE</H2>
-<A NAME="lbAG"> </A>
<H3>Status bar</H3>
<DL COMPACT>
@@ -79,7 +75,6 @@ click on a tag label applies that tag to the focused window.
<DD>
click on a tag label adds/removes that tag to/from the focused window.
</DL>
-<A NAME="lbAH"> </A>
<H3>Keyboard commands</H3>
<DL COMPACT>
@@ -89,6 +84,22 @@ click on a tag label adds/removes that tag to/from the focused window.
Start
<B>xterm.</B>
+<DT><B>Mod1-,</B>
+
+<DD>
+Focus previous screen, if any.
+<DT><B>Mod1-.</B>
+
+<DD>
+Focus next screen, if any.
+<DT><B>Mod1-Shift-,</B>
+
+<DD>
+Send focused window to previous screen, if any.
+<DT><B>Mod1-Shift-,</B>
+
+<DD>
+Send focused window to next screen, if any.
<DT><B>Mod1-b</B>
<DD>
@@ -182,7 +193,6 @@ tag to/from the view.
<DD>
Quit dwm.
</DL>
-<A NAME="lbAI"> </A>
<H3>Mouse commands</H3>
<DL COMPACT>
@@ -199,13 +209,14 @@ Toggles focused window between floating and tiled state.
<DD>
Resize focused window while dragging. Tiled windows will be toggled to the floating state.
</DL>
-<A NAME="lbAJ"> </A>
<H2>CUSTOMIZATION</H2>
dwm is customized by creating a custom config.h and (re)compiling the source
code. This keeps it fast, secure and simple.
+<H2>SEE ALSO</H2>
+
+<B><A HREF="http://tools.suckless.org/dmenu">dmenu</A></B>(1)
-<A NAME="lbAL"> </A>
<H2>BUGS</H2>
Java applications which use the XToolkit/XAWT backend may draw grey windows
@@ -220,9 +231,10 @@ backend instead):
GTK 2.10.9+ versions contain a broken
<B>Save-As</B>
+
file dialog implementation,
which requests to reconfigure its window size in an endless loop. However, its
-window is still responsive during this state, so you can simply ignore the flicker
+window is still respondable during this state, so you can simply ignore the flicker
until a new GTK version appears, which will fix this bug, approximately
GTK 2.10.12+ versions.
<P>
diff --git a/dwm.suckless.org/patches/colored_status_text.md b/dwm.suckless.org/patches/colored_status_text.md
@@ -58,6 +58,3 @@ An example status script snippet to take advantage of the colors:
* [dwm-5.3.1-statuscolors.diff](dwm-5.3.1-statuscolors.diff)
-## Comment ##
-If you find any bugs or may improve the code, feel free to do so and push the changes to the wiki.
-