aboutsummaryrefslogtreecommitdiff
path: root/dwm.1
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-09-07 07:53:29 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-09-07 07:53:29 +0200
commit4ff8f7164341d6ae5a7a04aafe0aa89913000867 (patch)
tree171155ace64cfa4650e33b172b3bc9ef97909aa0 /dwm.1
parentd22abeee867397c366f69cf89524b94e01c2e0e2 (diff)
small addition to dwm.1
Diffstat (limited to 'dwm.1')
-rw-r--r--dwm.18
1 files changed, 4 insertions, 4 deletions
diff --git a/dwm.1 b/dwm.1
index 5402be3..b0d236c 100644
--- a/dwm.1
+++ b/dwm.1
@@ -17,13 +17,13 @@ resized and moved freely. Dialog windows are always managed floating,
regardless of the mode selected.
.P
Windows are grouped by tags. Each window can be tagged with one or multiple
-tags. Selecting a certain tag for viewing will display all windows with that
-tag.
+tags. Selecting certain tags for viewing will display all windows with that tag.
.P
.B dwm
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.
+title of the focused window, and the text read from standard input. The
+selected tags are highlighted with a different color, 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.