aewl
diff dwm.1 @ 160:c8db0a825775
applied Sanders patches (numlock2)
author | arg@10ksloc.org |
---|---|
date | Wed, 02 Aug 2006 11:13:32 +0200 |
parents | e1859517e3a6 |
children | dac0793bf3f7 |
line diff
1.1 --- a/dwm.1 Wed Aug 02 10:48:58 2006 +0200 1.2 +++ b/dwm.1 Wed Aug 02 11:13:32 2006 +0200 1.3 @@ -38,13 +38,21 @@ 1.4 .B master 1.5 column 1.6 .TP 1.7 +.B Mod1-h 1.8 +Focus previous 1.9 +.B tag 1.10 +.TP 1.11 +.B Mod1-j 1.12 +Focus next 1.13 +.B window 1.14 +.TP 1.15 .B Mod1-k 1.16 Focus previous 1.17 .B window 1.18 .TP 1.19 -.B Mod1-j 1.20 +.B Mod1-l 1.21 Focus next 1.22 -.B window 1.23 +.B tag 1.24 .TP 1.25 .B Mod1-m 1.26 Maximize current 1.27 @@ -52,8 +60,7 @@ 1.28 .TP 1.29 .B Mod1-[0..n] 1.30 Focus 1.31 -.B nth 1.32 -tag 1.33 +.B nth tag 1.34 .TP 1.35 .B Mod1-space 1.36 Toggle between 1.37 @@ -65,8 +72,8 @@ 1.38 .TP 1.39 .B Mod1-Shift-[0..n] 1.40 Apply 1.41 -.B nth 1.42 -tag to current 1.43 +.B nth tag 1.44 +to current 1.45 .B window 1.46 .TP 1.47 .B Mod1-Shift-q 1.48 @@ -79,8 +86,8 @@ 1.49 .TP 1.50 .B Mod1-Control-[0..n] 1.51 Append 1.52 -.B nth 1.53 -tag to current 1.54 +.B nth tag 1.55 +to current 1.56 .B window 1.57 .TP 1.58 .B Mod1-Button1 1.59 @@ -98,5 +105,5 @@ 1.60 while dragging 1.61 .SH CUSTOMIZATION 1.62 .B dwm 1.63 -is customized through editing config.h of the source code. This keeps it fast, 1.64 -secure and simple. 1.65 +is customized by editing the file config.h of the source code. 1.66 +This keeps it fast, secure and simple.