dwm-meillo
changeset 444:48038934d05d
small addition to dwm.1
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Thu, 07 Sep 2006 07:53:29 +0200 |
parents | 548084f8d92e |
children | 00584fe34361 |
files | dwm.1 |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line diff
1.1 --- a/dwm.1 Wed Sep 06 17:31:52 2006 +0200 1.2 +++ b/dwm.1 Thu Sep 07 07:53:29 2006 +0200 1.3 @@ -17,13 +17,13 @@ 1.4 regardless of the mode selected. 1.5 .P 1.6 Windows are grouped by tags. Each window can be tagged with one or multiple 1.7 -tags. Selecting a certain tag for viewing will display all windows with that 1.8 -tag. 1.9 +tags. Selecting certain tags for viewing will display all windows with that tag. 1.10 .P 1.11 .B dwm 1.12 contains a small status bar which displays all available tags, the mode, the 1.13 -title of the focused window, and the text read from standard input. The tags of 1.14 -the focused window are highlighted with a small point. 1.15 +title of the focused window, and the text read from standard input. The 1.16 +selected tags are highlighted with a different color, the tags of the focused 1.17 +window are highlighted with a small point. 1.18 .P 1.19 .B dwm 1.20 draws a 1-pixel border around windows to indicate the focus state.