about summary refs log tree commit diff stats
path: root/dwm.1
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-25 16:21:45 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-25 16:21:45 +0200
commitc518345f4098f8dbe4beaf98ea16136aa0a3e03c (patch)
treede300472332ec66f95b5b41cd08668273253ba68 /dwm.1
parentafe6ac9923348e189199a5aec7de28e2c7eae32d (diff)
downloaddwm-c518345f4098f8dbe4beaf98ea16136aa0a3e03c.tar.gz
updated man page of dwm
Diffstat (limited to 'dwm.1')
-rw-r--r--dwm.16
1 files changed, 3 insertions, 3 deletions
diff --git a/dwm.1 b/dwm.1
index 4b8021e..61663ff 100644
--- a/dwm.1
+++ b/dwm.1
@@ -21,9 +21,9 @@ tags. Selecting a certain tag for viewing will display all windows with that
 tag.
 .P
 .B dwm
-contains a small status bar which displays all available tags, the title 
-of the focused window, and the text read from standard input. The tags of the
-focused window are highlighted.
+contains a small status bar which displays all available tags, the mode, the
+title of the focused window, and the text read from standard input. The tags of
+the focused window are highlighted with a small point.
 .P
 .B dwm
 draws a 1-pixel border around windows to indicate the focus state.
fani-tty/commit/windows.h?id=9e63c4a0f6510149aa8253b9f9b57e072d860b9e'>9e63c4a0 ^
a7190ed7 ^

02f5df5b ^
632528a9 ^
02f5df5b ^
355f2a68 ^
03b90cf5 ^

02f5df5b ^





b3f42cd3 ^
02f5df5b ^





18c97a43 ^
7dfea94c ^

9f6356a8 ^
02f5df5b ^
d151b2d0 ^


02f5df5b ^
9e63c4a0 ^
e112ef5a ^
9e63c4a0 ^

66ae3d2b ^
9e63c4a0 ^


a7190ed7 ^




4a2ff760 ^
a7190ed7 ^
03b90cf5 ^
a7190ed7 ^
a7190ed7 ^
134e5d17 ^
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