dwm.1
changeset 449 78d36a1dd1d9
parent 445 00584fe34361
child 470 9d728cba93d6
equal deleted inserted replaced
448:8089f22fdb46 449:78d36a1dd1d9
    14 stacking column contains all other windows. In floating mode windows can be
    14 stacking column contains all other windows. In floating mode windows can be
    15 resized and moved freely. Dialog windows are always managed floating,
    15 resized and moved freely. Dialog windows are always managed floating,
    16 regardless of the mode selected.
    16 regardless of the mode selected.
    17 .P
    17 .P
    18 Windows are grouped by tags. Each window can be tagged with one or multiple
    18 Windows are grouped by tags. Each window can be tagged with one or multiple
    19 tags. Selecting certain tags for viewing will display all windows with that
    19 tags. Selecting certain tags displays all windows with that tag.
    20 tag.
       
    21 .P
    20 .P
    22 dwm contains a small status bar which displays all available tags, the mode,
    21 dwm contains a small status bar which displays all available tags, the mode,
    23 the title of the focused window, and the text read from standard input. The
    22 the title of the focused window, and the text read from standard input. The
    24 selected tags are highlighted with a different color, the tags of the focused
    23 selected tags are highlighted with a different color, the tags of the focused
    25 window are highlighted with a small point.
    24 window are highlighted with a small point.
    35 .TP
    34 .TP
    36 .B Standard input
    35 .B Standard input
    37 is read and displayed in the status text area.
    36 is read and displayed in the status text area.
    38 .TP
    37 .TP
    39 .B Button1
    38 .B Button1
    40 click on a tag label views all windows with that tag, click on the mode label
    39 click on a tag label to display all windows with that tag, click on the mode
    41 toggles between tiled and floating mode.
    40 label toggles between tiled and floating mode.
    42 .TP
    41 .TP
    43 .B Button3
    42 .B Button3
    44 click on a tag label adds/removes all windows with that tag to/from the view.
    43 click on a tag label adds/removes all windows with that tag to/from the view.
    45 .TP
    44 .TP
    46 .B Mod1-Button1
    45 .B Mod1-Button1