dwm-meillo

changeset 264:afcea99a4f3f

updated man page, added CAVEATS section
author Anselm R.Garbe <arg@10ksloc.org>
date Sun, 13 Aug 2006 18:04:42 +0200
parents 118d3e010e5e
children 573b1c4a71a4
files dwm.1
diffstat 1 files changed, 14 insertions(+), 7 deletions(-) [+]
line diff
     1.1 --- a/dwm.1	Sun Aug 13 17:58:06 2006 +0200
     1.2 +++ b/dwm.1	Sun Aug 13 18:04:42 2006 +0200
     1.3 @@ -41,7 +41,7 @@
     1.4  .B tag.
     1.5  .TP
     1.6  .B Button2
     1.7 -click on a tag label (un)extends the current
     1.8 +click on a tag label toggles that
     1.9  .B tag.
    1.10  .TP
    1.11  .B Button[1,4]
    1.12 @@ -111,16 +111,14 @@
    1.13  .B terminal.
    1.14  .TP
    1.15  .B Mod1-Control-[0..n]
    1.16 +Toggle
    1.17 +.B nth tag.
    1.18 +.TP
    1.19 +.B Mod1-Control-Shift-[0..n]
    1.20  Append
    1.21  .B nth tag
    1.22  to current
    1.23  .B window.
    1.24 -.TP
    1.25 -.B Mod1-Control-Shift-[0..n]
    1.26 -(Un)extends
    1.27 -.B nth tag
    1.28 -with current
    1.29 -.B tag.
    1.30  .SS Mouse commands
    1.31  .TP
    1.32  .B Mod1-Button1
    1.33 @@ -143,5 +141,14 @@
    1.34  .B dwm
    1.35  is customized by creating a custom config.h and (re)compiling the source
    1.36  code. This keeps it fast, secure and simple.
    1.37 +.SH CAVEATS
    1.38 +The status bar displays
    1.39 +.BR "broken pipe"
    1.40 +when
    1.41 +.B dwm
    1.42 +has been started by
    1.43 +.BR xdm (1),
    1.44 +because it closes standard output before executing
    1.45 +.B dwm.
    1.46  .SH SEE ALSO
    1.47  .BR dmenu (1)