diff -r a5eab6aaf859 -r c8db0a825775 dwm.1 --- a/dwm.1 Wed Aug 02 10:48:58 2006 +0200 +++ b/dwm.1 Wed Aug 02 11:13:32 2006 +0200 @@ -38,13 +38,21 @@ .B master column .TP +.B Mod1-h +Focus previous +.B tag +.TP +.B Mod1-j +Focus next +.B window +.TP .B Mod1-k Focus previous .B window .TP -.B Mod1-j +.B Mod1-l Focus next -.B window +.B tag .TP .B Mod1-m Maximize current @@ -52,8 +60,7 @@ .TP .B Mod1-[0..n] Focus -.B nth -tag +.B nth tag .TP .B Mod1-space Toggle between @@ -65,8 +72,8 @@ .TP .B Mod1-Shift-[0..n] Apply -.B nth -tag to current +.B nth tag +to current .B window .TP .B Mod1-Shift-q @@ -79,8 +86,8 @@ .TP .B Mod1-Control-[0..n] Append -.B nth -tag to current +.B nth tag +to current .B window .TP .B Mod1-Button1 @@ -98,5 +105,5 @@ while dragging .SH CUSTOMIZATION .B dwm -is customized through editing config.h of the source code. This keeps it fast, -secure and simple. +is customized by editing the file config.h of the source code. +This keeps it fast, secure and simple.