changeset: 146:27fa11738c24
tag: tip
user: nsz <nszabolcs_AT_gmail.com>
date: Fri Jul 17 23:01:07 2009 +0200
files: dwm.suckless.org/manpage.md dwm.suckless.org/patches/colored_status_text.md
description:
dwm manpage update
diff -r 699a6ee2a1d6 -r 27fa11738c24 dwm.suckless.org/manpage.md
--- a/dwm.suckless.org/manpage.md Thu Jul 16 12:49:48 2009 +0200
+++ b/dwm.suckless.org/manpage.md Fri Jul 17 23:01:07 2009 +0200
_AT_@ -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
_AT_@ -21,7 +19,7 @@
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>
_AT_@ -30,18 +28,18 @@
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>
_AT_@ -50,10 +48,8 @@
<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>
_AT_@ -79,7 +75,6 @@
<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>
_AT_@ -89,6 +84,22 @@
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>
_AT_@ -182,7 +193,6 @@
<DD>
Quit dwm.
</DL>
-<A NAME="lbAI"> </A>
<H3>Mouse commands</H3>
<DL COMPACT>
_AT_@ -199,13 +209,14 @@
<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>
-<A NAME="lbAL"> </A>
+<B><A HREF="
http://tools.suckless.org/dmenu">dmenu</A></B>(1)
+
<H2>BUGS</H2>
Java applications which use the XToolkit/XAWT backend may draw grey windows
_AT_@ -220,9 +231,10 @@
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 -r 699a6ee2a1d6 -r 27fa11738c24 dwm.suckless.org/patches/colored_status_text.md
--- a/dwm.suckless.org/patches/colored_status_text.md Thu Jul 16 12:49:48 2009 +0200
+++ b/dwm.suckless.org/patches/colored_status_text.md Fri Jul 17 23:01:07 2009 +0200
_AT_@ -58,6 +58,3 @@
* [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.
-
Received on Fri Jul 17 2009 - 23:01:26 CEST