about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--dwm.16
1 files changed, 3 insertions, 3 deletions
diff --git a/dwm.1 b/dwm.1
index fe86d0a..b23b871 100644
--- a/dwm.1
+++ b/dwm.1
@@ -67,7 +67,7 @@ Focus next window.
 Focus previous window.
 .TP
 .B Mod1-Return
-Zooms/cycles current window to/from master area (tiling mode), toggles maximization current window (floating mode).
+Zooms/cycles current window to/from master area (tiling mode), toggles maximization of current window (floating mode).
 .TP
 .B Mod1-g
 Grow master area (tiling mode only).
@@ -101,7 +101,7 @@ Close focused window.
 Toggle between tiling and floating mode (affects all windows).
 .TP
 .B Mod1-Shift-space
-Toggle focused window between floating and non-floating state (tiling mode only).
+Toggle focused window between floating and non-floating state.
 .TP
 .B Mod1-[1..n]
 View all windows with
@@ -124,7 +124,7 @@ Quit dwm.
 Move current window while dragging (floating mode only).
 .TP
 .B Mod1-Button2
-Zoom current window to the master area (tiling mode only).
+Zooms/cycles current window to/from master area (tiling mode), toggles maximization of current window (floating mode).
 .TP
 .B Mod1-Button3
 Resize current window while dragging (floating mode only).
e='author Kartik K. Agaram <vc@akkartik.com> 2016-09-15 01:01:58 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2016-09-15 01:01:58 -0700 3355' href='/akkartik/mu/commit/html/058to_text.cc.html?h=hlt&id=0ca56ed853c3d9bc8c26d1b014d8b665363fc2d0'>0ca56ed8 ^
4a39d12d ^
0ca56ed8 ^
e5c11a51 ^
70f4e9b6 ^
4a39d12d ^
9e751bb8 ^
0ca56ed8 ^





e5c11a51 ^






















0ca56ed8 ^


e5c11a51 ^
0ca56ed8 ^
204dae92 ^






201458e3 ^
204dae92 ^

201458e3 ^
9e751bb8 ^

204dae92 ^






201458e3 ^
204dae92 ^

0ca56ed8 ^



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