dwm.1
changeset 657 ce3538c5c0d9
parent 655 4cf9ab28b36c
child 667 70f19af50393
equal deleted inserted replaced
656:c30805f6bb08 657:ce3538c5c0d9
     8 dwm is a dynamic window manager for X. It manages windows in tiling and
     8 dwm is a dynamic window manager for X. It manages windows in tiling and
     9 floating modes. Either mode can be applied dynamically, optimizing the
     9 floating modes. Either mode can be applied dynamically, optimizing the
    10 environment for the application in use and the task performed.
    10 environment for the application in use and the task performed.
    11 .P
    11 .P
    12 In tiling mode windows are managed in a master and stacking area. The master
    12 In tiling mode windows are managed in a master and stacking area. The master
    13 area contains the window which currently needs most attention, whereas the
    13 area contains the windows which currently need most attention, whereas the
    14 stacking area contains all other windows. In floating mode windows can be
    14 stacking area 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
    69 .TP
    69 .TP
    70 .B Mod1-s
    70 .B Mod1-s
    71 Shrink master area (tiling mode only).
    71 Shrink master area (tiling mode only).
    72 .TP
    72 .TP
    73 .B Mod1-i
    73 .B Mod1-i
    74 Increase clients of master area (tiling mode only).
    74 Increase windows of master area (tiling mode only).
    75 .TP
    75 .TP
    76 .B Mod1-d
    76 .B Mod1-d
    77 Decrease clients of master area (tiling mode only).
    77 Decrease windows of master area (tiling mode only).
    78 .TP
    78 .TP
    79 .B Mod1-Shift-[1..n]
    79 .B Mod1-Shift-[1..n]
    80 Apply
    80 Apply
    81 .RB nth
    81 .RB nth
    82 tag to current window.
    82 tag to current window.