JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied Sanders patches (numlock2)
[dwm.git] / dwm.1
diff --git a/dwm.1 b/dwm.1
index 46cac9b..670a53b 100644 (file)
--- a/dwm.1
+++ b/dwm.1
@@ -1,4 +1,4 @@
-.TH DWM 1 dwm-0.2
+.TH DWM 1 dwm-0.6
 .SH NAME
 dwm \- dynamic window manager
 .SH SYNOPSIS
 .SH NAME
 dwm \- dynamic window manager
 .SH SYNOPSIS
@@ -20,7 +20,8 @@ Windows are grouped by tags. All windows with a specific tag can be viewed at a
 time. But each window may contain more than one tag, which makes it visible in
 several views.
 .P
 time. But each window may contain more than one tag, which makes it visible in
 several views.
 .P
-It consists of a small status bar which reads the text displayed from standard
+.B dwm
+has a small status bar which reads the text displayed from standard
 input, if written. It draws 1-pixel borders around windows to indicate the
 focus state. Unfocused windows contain a small bar in front of the window
 displaying the tags and the window title.
 input, if written. It draws 1-pixel borders around windows to indicate the
 focus state. Unfocused windows contain a small bar in front of the window
 displaying the tags and the window title.
@@ -37,37 +38,42 @@ to the
 .B master
 column
 .TP
 .B master
 column
 .TP
-.B Mod1-k
+.B Mod1-h
 Focus previous
 Focus previous
-.B window
+.B tag
 .TP
 .B Mod1-j
 Focus next
 .B window
 .TP
 .TP
 .B Mod1-j
 Focus next
 .B window
 .TP
+.B Mod1-k
+Focus previous
+.B window
+.TP
+.B Mod1-l
+Focus next
+.B tag
+.TP
 .B Mod1-m
 Maximize current
 .B window
 .TP
 .B Mod1-[0..n]
 Focus
 .B Mod1-m
 Maximize current
 .B window
 .TP
 .B Mod1-[0..n]
 Focus
-.B nth
-tag
+.B nth tag
 .TP
 .B Mod1-space
 .TP
 .B Mod1-space
-(Re-)arrange
-.B all
-windows tiled
-.TP
-.B Mod1-Shift-space
-(Re-)arrange
-.B all
-windows floating
+Toggle between
+.B tiled
+and
+.B floating
+mode (affects
+.BR "all windows" )
 .TP
 .B Mod1-Shift-[0..n]
 Apply
 .TP
 .B Mod1-Shift-[0..n]
 Apply
-.B nth
-tag to current
+.B nth tag
+to current
 .B window
 .TP
 .B Mod1-Shift-q
 .B window
 .TP
 .B Mod1-Shift-q
@@ -78,24 +84,11 @@ Quit
 Start
 .B terminal
 .TP
 Start
 .B terminal
 .TP
-.B Mod1-Shift-w
-Start
-.B web browser
-.TP
-.B Mod1-Shift-l
-Lock
-.B screen
-.TP
-.B Control-[0..n]
+.B Mod1-Control-[0..n]
 Append
 Append
-.B nth
-tag to cureent
-.B window
-.TP
-.B Control-Button1
-Zooms the clicked
+.B nth tag
+to current
 .B window
 .B window
-to master column
 .TP
 .B Mod1-Button1
 Moves current
 .TP
 .B Mod1-Button1
 Moves current
@@ -112,7 +105,5 @@ Resizes current
 while dragging
 .SH CUSTOMIZATION
 .B dwm
 while dragging
 .SH CUSTOMIZATION
 .B dwm
-is customized through editing its source code.  This keeps it fast, secure and
-simple. The source code contains the
-.I CUSTOMIZE
-keyword to highlight relevant portions for customization.
+is customized by editing the file config.h of the source code.
+This keeps it fast, secure and simple.