about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-01-10 12:56:49 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-01-10 12:56:49 +0100
commit92cb5ebb7cb4e6a067474dae94c7a70977194f5d (patch)
tree4d4ca748ab091dc451d812438ea1ca0ea786e69d
parent653826572d5dfe36fc567b2fdce7ef5d9ad0bfbc (diff)
downloaddwm-92cb5ebb7cb4e6a067474dae94c7a70977194f5d.tar.gz
added Button{4,5} description to dwm.1
-rw-r--r--dwm.16
1 files changed, 6 insertions, 0 deletions
diff --git a/dwm.1 b/dwm.1
index b5df49e..e7a5a44 100644
--- a/dwm.1
+++ b/dwm.1
@@ -44,6 +44,12 @@ label toggles between tiling and floating mode.
 .B Button3
 click on a tag label adds/removes all windows with that tag to/from the view.
 .TP
+.B Button4
+click on the mode label increases the number of windows in the master area (tiling mode only).
+.TP
+.B Button5
+click on the mode label decreases the number of windows in the master area (tiling mode only).
+.TP
 .B Mod1-Button1
 click on a tag label applies that tag to the focused window.
 .TP
24-06-01 15:46:05 +0100 committer David Morgan <djm_uk@protonmail.com> 2024-06-01 15:46:05 +0100 Fix indentation' href='/djm/dotfiles/commit/.emacs.d/lisp/init-clojure.el?id=78a00c3a0b3f4e0ff372647564c30d78ce87d3a6'>78a00c3 ^
0cab635 ^
abf5ddf ^














































3f0c36c ^
0cab635 ^


3f0c36c ^

0cab635 ^


6b55b3a ^
a06de4b ^
6b55b3a ^
0f41457 ^
d0db566 ^
d0db566 ^

22f610f ^
8621c1e ^


bafe3b1 ^
d0db566 ^

3a1d225 ^


d0db566 ^
3a1d225 ^
d0db566 ^


d0db566 ^
1a5e5fa ^
81475f4 ^
9279094 ^

b9fe010 ^
6b55b3a ^




81475f4 ^







0e28c36 ^

cedb1b9 ^





01ec245 ^








3519cb1 ^














d0db566 ^






c1aa800 ^
d0db566 ^

faaf5f7 ^
b9fe010 ^
c3ad45a ^
0be5089 ^
50d75c5 ^
120c3b1 ^
d0db566 ^
4fcfe52 ^
137fdfd ^
d0db566 ^
a3d03d9 ^

8de452c ^
f04b9af ^




66a9137 ^
12eeddb ^
a3d03d9 ^





bdead0b ^
46fddc3 ^
0b8f3a2 ^
cedb1b9 ^
bdead0b ^
46fddc3 ^
0b8f3a2 ^
79d718e ^

d0db566 ^
9279094 ^
6b55b3a ^
d0db566 ^
f2ae42c ^
2fbd480 ^
3a262df ^
408d6f1 ^
3a262df ^
d0db566 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238