diff options
author | arg@mig29 <unknown> | 2006-12-07 16:38:57 +0100 |
---|---|---|
committer | arg@mig29 <unknown> | 2006-12-07 16:38:57 +0100 |
commit | 630e7ff26f46339f93e394dd75bd6cc8c0cc841f (patch) | |
tree | 8054521e8114d10dbfbf9f6e061e96d3bad855ce /dwm.1 | |
parent | 3764ab471b7870831cd2fb76d431074fc55ef2ed (diff) | |
download | dwm-630e7ff26f46339f93e394dd75bd6cc8c0cc841f.tar.gz |
we don't use the term clients anymore, windows is the better term
Diffstat (limited to 'dwm.1')
-rw-r--r-- | dwm.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.1 b/dwm.1 index 8930886..a8fb40a 100644 --- a/dwm.1 +++ b/dwm.1 @@ -22,7 +22,7 @@ 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 selected tags are indicated with a different color. The tags of the focused window are indicated with a filled square in the top left corner. The tags -which are applied to one or more clients are indicated with an empty square in +which are applied to one or more windows are indicated with an empty square in the top left corner. .P dwm draws a 1-pixel border around windows to indicate the focus state. |