dwm.1
changeset 342 a1901753deef
parent 341 e4dad4635250
child 346 b423154eb7be
equal deleted inserted replaced
341:e4dad4635250 342:a1901753deef
    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 all available tags, the title and the
    24 contains a small status bar which displays all available tags, the title 
    25 tags of the focused window, and the text read from standard input.
    25 of the focused window, and the text read from standard input. The tags of the
       
    26 focused window are highlighted.
    26 .P
    27 .P
    27 .B dwm draws a 1-pixel border around windows to indicate the focus state.
    28 .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 title
    29 Unfocused windows contain a small bar in front of them displaying their 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