dwm.1
changeset 341 e4dad4635250
parent 337 c4c9e2dad45c
child 342 a1901753deef
equal deleted inserted replaced
340:ae0affabdc02 341:e4dad4635250
    19 Windows are grouped by tags. Each window can be tagged with one or multiple
    19 Windows are grouped by tags. Each window can be tagged with one or multiple
    20 tags. Selecting a certain tag for viewing will display all windows with that
    20 tags. Selecting a certain tag for viewing will display all windows with that
    21 tag.
    21 tag.
    22 .P
    22 .P
    23 .B dwm
    23 .B dwm
    24 contains a small status bar which displays the text read from standard
    24 contains a small status bar which displays all available tags, the title and the
    25 input. It also displays all active tags and the title of the focused window.
    25 tags of the focused window, and the text read from standard input.
    26 .P
    26 .P
    27 .B dwm draws a 1-pixel border around windows to indicate the focus state.
    27 .B dwm draws a 1-pixel border around windows to indicate the focus state.
    28 Unfocused windows contain a small bar in front of them displaying their tags
    28 Unfocused windows contain a small bar in front of them displaying their title
    29 and title.
    29 and tags.
    30 .SH OPTIONS
    30 .SH OPTIONS
    31 .TP
    31 .TP
    32 .B \-v
    32 .B \-v
    33 prints version information to standard output, then exits.
    33 prints version information to standard output, then exits.
    34 .SH USAGE
    34 .SH USAGE