Mercurial > dwm-meillo
annotate dwm.1 @ 348:bbc98e77ae89 1.0
prepared dwm-1.0
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Thu, 24 Aug 2006 10:25:05 +0200 |
parents | e438c8ba86f6 |
children | d955a84b7d4b |
rev | line source |
---|---|
212 | 1 .TH DWM 1 dwm-VERSION |
0 | 2 .SH NAME |
39 | 3 dwm \- dynamic window manager |
0 | 4 .SH SYNOPSIS |
38 | 5 .B dwm |
0 | 6 .RB [ \-v ] |
7 .SH DESCRIPTION | |
38 | 8 .B dwm |
316
d69cdb180a3e
small changes to dwm.1, rearranged order within main event loop
Anselm R.Garbe <arg@10ksloc.org>
parents:
293
diff
changeset
|
9 is a dynamic window manager for X. It manages windows in tiling and floating |
174
48c820470858
applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat
arg@10ksloc.org
parents:
171
diff
changeset
|
10 modes. Either mode can be applied dynamically, optimizing the environment for |
48c820470858
applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat
arg@10ksloc.org
parents:
171
diff
changeset
|
11 the application in use and the task performed. |
79
aabebd6e61f3
fixed XSync handling and finished man page
Anselm R. Garbe <garbeam@wmii.de>
parents:
68
diff
changeset
|
12 .P |
82 | 13 In tiling mode windows are managed in a master and stacking column. The master |
174
48c820470858
applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat
arg@10ksloc.org
parents:
171
diff
changeset
|
14 column contains the window which currently needs most attention, whereas the |
48c820470858
applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat
arg@10ksloc.org
parents:
171
diff
changeset
|
15 stacking column contains all other windows. In floating mode windows can be |
48c820470858
applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat
arg@10ksloc.org
parents:
171
diff
changeset
|
16 resized and moved freely. Dialog windows are always managed floating, |
48c820470858
applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat
arg@10ksloc.org
parents:
171
diff
changeset
|
17 regardless of the mode selected. |
79
aabebd6e61f3
fixed XSync handling and finished man page
Anselm R. Garbe <garbeam@wmii.de>
parents:
68
diff
changeset
|
18 .P |
174
48c820470858
applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat
arg@10ksloc.org
parents:
171
diff
changeset
|
19 Windows are grouped by tags. Each window can be tagged with one or multiple |
48c820470858
applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat
arg@10ksloc.org
parents:
171
diff
changeset
|
20 tags. Selecting a certain tag for viewing will display all windows with that |
48c820470858
applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat
arg@10ksloc.org
parents:
171
diff
changeset
|
21 tag. |
79
aabebd6e61f3
fixed XSync handling and finished man page
Anselm R. Garbe <garbeam@wmii.de>
parents:
68
diff
changeset
|
22 .P |
83 | 23 .B dwm |
342 | 24 contains a small status bar which displays all available tags, the title |
25 of the focused window, and the text read from standard input. The tags of the | |
26 focused window are highlighted. | |
316
d69cdb180a3e
small changes to dwm.1, rearranged order within main event loop
Anselm R.Garbe <arg@10ksloc.org>
parents:
293
diff
changeset
|
27 .P |
346 | 28 .B dwm |
29 draws a 1-pixel border around windows to indicate the focus state. | |
342 | 30 Unfocused windows contain a small bar in front of them displaying their title. |
80
8125f908c80c
several additions in mouse handling ;)
Anselm R. Garbe <garbeam@wmii.de>
parents:
79
diff
changeset
|
31 .SH OPTIONS |
0 | 32 .TP |
33 .B \-v | |
80
8125f908c80c
several additions in mouse handling ;)
Anselm R. Garbe <garbeam@wmii.de>
parents:
79
diff
changeset
|
34 prints version information to standard output, then exits. |
82 | 35 .SH USAGE |
256 | 36 .SS Status bar |
37 .TP | |
259
d661ecce0c75
applied Sanders fixes to dwm.1
Anselm R.Garbe <arg@10ksloc.org>
parents:
258
diff
changeset
|
38 .B Standard input |
d661ecce0c75
applied Sanders fixes to dwm.1
Anselm R.Garbe <arg@10ksloc.org>
parents:
258
diff
changeset
|
39 is read and displayed in the status text area. |
256 | 40 .TP |
288
b7865e6feef2
applied sanders man page patch, removed button2 from bar click
Anselm R.Garbe <arg@10ksloc.org>
parents:
270
diff
changeset
|
41 .B Button1 |
b7865e6feef2
applied sanders man page patch, removed button2 from bar click
Anselm R.Garbe <arg@10ksloc.org>
parents:
270
diff
changeset
|
42 click on a tag label views all windows with that |
b7865e6feef2
applied sanders man page patch, removed button2 from bar click
Anselm R.Garbe <arg@10ksloc.org>
parents:
270
diff
changeset
|
43 .BR tag . |
262
d659a2dce2b5
implemented viewextend and added M-S-C-n shortcuts for extending the current view... updated man page (works great!) nice feature
Anselm R.Garbe <arg@10ksloc.org>
parents:
259
diff
changeset
|
44 .TP |
270
dacd3f3c5823
implemented restack behavior (floats are on top in tiled mode)
Anselm R.Garbe <arg@10ksloc.org>
parents:
267
diff
changeset
|
45 .B Button3 |
288
b7865e6feef2
applied sanders man page patch, removed button2 from bar click
Anselm R.Garbe <arg@10ksloc.org>
parents:
270
diff
changeset
|
46 click on a tag label adds/removes all windows with that |
b7865e6feef2
applied sanders man page patch, removed button2 from bar click
Anselm R.Garbe <arg@10ksloc.org>
parents:
270
diff
changeset
|
47 .B tag |
b7865e6feef2
applied sanders man page patch, removed button2 from bar click
Anselm R.Garbe <arg@10ksloc.org>
parents:
270
diff
changeset
|
48 to/from the view. |
256 | 49 .SS Keyboard commands |
55 | 50 .TP |
293 | 51 .B Mod1-Shift-Return |
52 Start | |
53 .BR xterm (1). | |
54 .TP | |
55 .B Mod1-Tab | |
56 Focus next | |
57 .BR window . | |
58 .TP | |
59 .B Mod1-Shift-Tab | |
60 Focus previous | |
61 .BR window . | |
62 .TP | |
55 | 63 .B Mod1-Return |
238 | 64 Zoom current |
55 | 65 .B window |
66 to the | |
67 .B master | |
293 | 68 column |
69 .RB ( tiling | |
70 mode only). | |
55 | 71 .TP |
72 .B Mod1-m | |
73 Maximize current | |
288
b7865e6feef2
applied sanders man page patch, removed button2 from bar click
Anselm R.Garbe <arg@10ksloc.org>
parents:
270
diff
changeset
|
74 .BR window . |
55 | 75 .TP |
293 | 76 .B Mod1-Shift-[0..n] |
77 Apply | |
78 .B nth tag | |
79 to current | |
80 .BR window . | |
81 .TP | |
82 .B Mod1-Control-Shift-[0..n] | |
83 Add/remove | |
84 .B nth tag | |
85 to/from current | |
86 .BR window . | |
87 .TP | |
88 .B Mod1-Shift-c | |
89 Close focused | |
90 .B window. | |
55 | 91 .TP |
92 .B Mod1-space | |
143 | 93 Toggle between |
94 .B tiled | |
95 and | |
96 .B floating | |
97 mode (affects | |
219
d8e508716aa8
added a trailing '.' to shortcut descriptions in dwm(1)
arg@10ksloc.org
parents:
212
diff
changeset
|
98 .BR "all windows" ). |
56 | 99 .TP |
293 | 100 .B Mod1-[0..n] |
101 View all windows with | |
102 .BR "tag n" . | |
56 | 103 .TP |
131
65efe27cbf3d
preparing 0.6 which will be available in the evening after sanders patch approx.
arg@10ksloc.org
parents:
123
diff
changeset
|
104 .B Mod1-Control-[0..n] |
288
b7865e6feef2
applied sanders man page patch, removed button2 from bar click
Anselm R.Garbe <arg@10ksloc.org>
parents:
270
diff
changeset
|
105 Add/remove all windows with |
b7865e6feef2
applied sanders man page patch, removed button2 from bar click
Anselm R.Garbe <arg@10ksloc.org>
parents:
270
diff
changeset
|
106 .B tag n |
b7865e6feef2
applied sanders man page patch, removed button2 from bar click
Anselm R.Garbe <arg@10ksloc.org>
parents:
270
diff
changeset
|
107 to/from the view. |
264
afcea99a4f3f
updated man page, added CAVEATS section
Anselm R.Garbe <arg@10ksloc.org>
parents:
262
diff
changeset
|
108 .TP |
293 | 109 .B Mod1-Shift-q |
110 Quit | |
111 .B dwm. | |
256 | 112 .SS Mouse commands |
82 | 113 .TP |
59
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
114 .B Mod1-Button1 |
238 | 115 Move current |
59
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
116 .B window |
293 | 117 while dragging |
118 .RB ( floating | |
119 mode only). | |
59
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
120 .TP |
238 | 121 .B Mod1-Button2 |
122 Zoom current | |
123 .B window | |
124 to the | |
125 .B master | |
293 | 126 column |
127 .RB ( tiling | |
128 mode only). | |
238 | 129 .TP |
59
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
130 .B Mod1-Button3 |
238 | 131 Resize current |
59
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
132 .B window |
293 | 133 while dragging |
134 .RB ( floating | |
135 mode only). | |
82 | 136 .SH CUSTOMIZATION |
137 .B dwm | |
174
48c820470858
applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat
arg@10ksloc.org
parents:
171
diff
changeset
|
138 is customized by creating a custom config.h and (re)compiling the source |
48c820470858
applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat
arg@10ksloc.org
parents:
171
diff
changeset
|
139 code. This keeps it fast, secure and simple. |
264
afcea99a4f3f
updated man page, added CAVEATS section
Anselm R.Garbe <arg@10ksloc.org>
parents:
262
diff
changeset
|
140 .SH CAVEATS |
347 | 141 The status bar may display |
288
b7865e6feef2
applied sanders man page patch, removed button2 from bar click
Anselm R.Garbe <arg@10ksloc.org>
parents:
270
diff
changeset
|
142 .B broken pipe |
264
afcea99a4f3f
updated man page, added CAVEATS section
Anselm R.Garbe <arg@10ksloc.org>
parents:
262
diff
changeset
|
143 when |
afcea99a4f3f
updated man page, added CAVEATS section
Anselm R.Garbe <arg@10ksloc.org>
parents:
262
diff
changeset
|
144 .B dwm |
afcea99a4f3f
updated man page, added CAVEATS section
Anselm R.Garbe <arg@10ksloc.org>
parents:
262
diff
changeset
|
145 has been started by |
afcea99a4f3f
updated man page, added CAVEATS section
Anselm R.Garbe <arg@10ksloc.org>
parents:
262
diff
changeset
|
146 .BR xdm (1), |
afcea99a4f3f
updated man page, added CAVEATS section
Anselm R.Garbe <arg@10ksloc.org>
parents:
262
diff
changeset
|
147 because it closes standard output before executing |
288
b7865e6feef2
applied sanders man page patch, removed button2 from bar click
Anselm R.Garbe <arg@10ksloc.org>
parents:
270
diff
changeset
|
148 .BR dwm . |
201 | 149 .SH SEE ALSO |
150 .BR dmenu (1) |