Mercurial > aewl
comparison dwm.1 @ 504:0cefc169ff67
renamed column into area
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Thu, 28 Sep 2006 21:29:20 +0200 |
parents | 0db173d7e59c |
children | 3dd1631824a6 |
comparison
equal
deleted
inserted
replaced
503:491eebbe7a64 | 504:0cefc169ff67 |
---|---|
7 .SH DESCRIPTION | 7 .SH DESCRIPTION |
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 column. The master | 12 In tiling mode windows are managed in a master and stacking area. The master |
13 column contains the window which currently needs most attention, whereas the | 13 area contains the window which currently needs most attention, whereas the |
14 stacking column 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 |
19 tags. Selecting certain tags displays all windows with these tags. | 19 tags. Selecting certain tags displays all windows with these tags. |
58 .TP | 58 .TP |
59 .B Mod1-Shift-Tab | 59 .B Mod1-Shift-Tab |
60 Focus previous window. | 60 Focus previous window. |
61 .TP | 61 .TP |
62 .B Mod1-Return | 62 .B Mod1-Return |
63 Zooms/cycles current window to/from master column (tiling mode), toggles maximization current window (floating mode). | 63 Zooms/cycles current window to/from master area (tiling mode), toggles maximization current window (floating mode). |
64 .TP | 64 .TP |
65 .B Mod1-g | 65 .B Mod1-g |
66 Grow current column (tiling mode only). | 66 Grow current area (tiling mode only). |
67 .TP | 67 .TP |
68 .B Mod1-s | 68 .B Mod1-s |
69 Shrink current column (tiling mode only). | 69 Shrink current area (tiling mode only). |
70 .TP | 70 .TP |
71 .B Mod1-Shift-[1..n] | 71 .B Mod1-Shift-[1..n] |
72 Apply | 72 Apply |
73 .RB nth | 73 .RB nth |
74 tag to current window. | 74 tag to current window. |
103 .TP | 103 .TP |
104 .B Mod1-Button1 | 104 .B Mod1-Button1 |
105 Move current window while dragging (floating mode only). | 105 Move current window while dragging (floating mode only). |
106 .TP | 106 .TP |
107 .B Mod1-Button2 | 107 .B Mod1-Button2 |
108 Zoom current window to the master column (tiling mode only). | 108 Zoom current window to the master area (tiling mode only). |
109 .TP | 109 .TP |
110 .B Mod1-Button3 | 110 .B Mod1-Button3 |
111 Resize current window while dragging (floating mode only). | 111 Resize current window while dragging (floating mode only). |
112 .SH CUSTOMIZATION | 112 .SH CUSTOMIZATION |
113 dwm is customized by creating a custom config.h and (re)compiling the source | 113 dwm is customized by creating a custom config.h and (re)compiling the source |