about summary refs log tree commit diff stats
path: root/dwm.1
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.1')
-rw-r--r--dwm.13
1 files changed, 2 insertions, 1 deletions
diff --git a/dwm.1 b/dwm.1
index 46cac9b..689ddd4 100644
--- a/dwm.1
+++ b/dwm.1
@@ -20,7 +20,8 @@ Windows are grouped by tags. All windows with a specific tag can be viewed at a
 time. But each window may contain more than one tag, which makes it visible in
 several views.
 .P
-It consists of a small status bar which reads the text displayed from standard
+.B dwm
+consists of a small status bar which reads the text displayed from standard
 input, if written. It draws 1-pixel borders around windows to indicate the
 focus state. Unfocused windows contain a small bar in front of the window
 displaying the tags and the window title.
committer hut <hut@lavabit.com> 2010-02-15 21:57:21 +0100 added guidelines on code modification' href='/akspecs/ranger/commit/HACKING?h=v1.1.1&id=f8f6f7f94b3c0a1da2d8abb38cf23ca127dd28a4'>f8f6f7f9 ^
29028631 ^


f8f6f7f9 ^








29028631 ^
f8f6f7f9 ^





















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