added a trailing '.' to shortcut descriptions in dwm(1) dbcf87ce
arg@10ksloc.org · 2006-08-07 14:10 1 file(s) · +15 −15
dwm.1 +15 −15
37 37
.B window
38 38
to the 
39 39
.B master
40 -
column
40 +
column.
41 41
.TP
42 42
.B Mod1-h
43 43
Focus previous
44 -
.B tag
44 +
.B tag.
45 45
.TP
46 46
.B Mod1-j
47 47
Focus next
48 -
.B window
48 +
.B window.
49 49
.TP
50 50
.B Mod1-k
51 51
Focus previous
52 -
.B window
52 +
.B window.
53 53
.TP
54 54
.B Mod1-l
55 55
Focus next
56 -
.B tag
56 +
.B tag.
57 57
.TP
58 58
.B Mod1-m
59 59
Maximize current
60 -
.B window
60 +
.B window.
61 61
.TP
62 62
.B Mod1-[0..n]
63 63
Focus
64 -
.B nth tag
64 +
.B nth tag.
65 65
.TP
66 66
.B Mod1-space
67 67
Toggle between
69 69
and
70 70
.B floating
71 71
mode (affects
72 -
.BR "all windows" )
72 +
.BR "all windows" ).
73 73
.TP
74 74
.B Mod1-Shift-[0..n]
75 75
Apply
76 76
.B nth tag
77 77
to current
78 -
.B window
78 +
.B window.
79 79
.TP
80 80
.B Mod1-Shift-q
81 81
Quit
82 -
.B dwm
82 +
.B dwm.
83 83
.TP
84 84
.B Mod1-Shift-Return
85 85
Start
86 -
.B terminal
86 +
.B terminal.
87 87
.TP
88 88
.B Mod1-Control-[0..n]
89 89
Append
90 90
.B nth tag
91 91
to current
92 -
.B window
92 +
.B window.
93 93
.TP
94 94
.B Mod1-Button1
95 95
Moves current
96 96
.B window
97 -
while dragging
97 +
while dragging.
98 98
.TP
99 99
.B Mod1-Button2
100 100
Lowers current
101 -
.B window
101 +
.B window.
102 102
.TP
103 103
.B Mod1-Button3
104 104
Resizes current
105 105
.B window
106 -
while dragging
106 +
while dragging.
107 107
.SH CUSTOMIZATION
108 108
.B dwm
109 109
is customized by creating a custom config.h and (re)compiling the source