dwm.1
changeset 316 d69cdb180a3e
parent 293 093744cc5353
child 332 c5bea7c0231b
equal deleted inserted replaced
315:d9bef4067cd5 316:d69cdb180a3e
     4 .SH SYNOPSIS
     4 .SH SYNOPSIS
     5 .B dwm
     5 .B dwm
     6 .RB [ \-v ]
     6 .RB [ \-v ]
     7 .SH DESCRIPTION
     7 .SH DESCRIPTION
     8 .B dwm
     8 .B dwm
     9 is a dynamic window manager for X11. It manages windows in tiling and floating
     9 is a dynamic window manager for X. It manages windows in tiling and floating
    10 modes. Either mode can be applied dynamically, optimizing the environment for
    10 modes. Either mode can be applied dynamically, optimizing the environment for
    11 the application in use and the task performed.
    11 the application in use and the task performed.
    12 .P
    12 .P
    13 In tiling mode windows are managed in a master and stacking column. The master
    13 In tiling mode windows are managed in a master and stacking column. The master
    14 column contains the window which currently needs most attention, whereas the
    14 column contains the window which currently needs most attention, whereas the
    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 has a small status bar which displays the text read from standard
    24 contains a small status bar which displays the text read from standard
    25 input, if written. Besides that, it displays all available tags, and the title
    25 input. Besides that, it displays all available tags, and the title
    26 of the focused window. It draws a 1-pixel border around windows to
    26 of the focused window.
    27 indicate the focus state. Unfocused windows contain a small bar in front of
    27 .P
    28 them displaying their tags and title.
    28 .B dwm draws a 1-pixel border around windows to indicate the focus state.
       
    29 Unfocused windows contain a small bar in front of them displaying their tags
       
    30 and title.
    29 .SH OPTIONS
    31 .SH OPTIONS
    30 .TP
    32 .TP
    31 .B \-v
    33 .B \-v
    32 prints version information to standard output, then exits.
    34 prints version information to standard output, then exits.
    33 .SH USAGE
    35 .SH USAGE