Mercurial > aewl
annotate dwm.1 @ 310:f0b609fca3de
fixed issue Sander reported
author | Anselm R.Garbe <arg@10ksloc.org> |
---|---|
date | Thu, 17 Aug 2006 09:35:44 +0200 |
parents | 093744cc5353 |
children | d69cdb180a3e |
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 |
82 | 9 is a dynamic window manager for X11. 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 |
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
|
24 has a small status bar which displays the text read from standard |
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
|
25 input, if written. Besides that, it displays all available tags, and the title |
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
|
26 of the focused window. It draws a 1-pixel border around windows to |
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
|
27 indicate the focus state. Unfocused windows contain a small bar in front of |
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
|
28 them displaying their tags and title. |
80
8125f908c80c
several additions in mouse handling ;)
Anselm R. Garbe <garbeam@wmii.de>
parents:
79
diff
changeset
|
29 .SH OPTIONS |
0 | 30 .TP |
31 .B \-v | |
80
8125f908c80c
several additions in mouse handling ;)
Anselm R. Garbe <garbeam@wmii.de>
parents:
79
diff
changeset
|
32 prints version information to standard output, then exits. |
82 | 33 .SH USAGE |
256 | 34 .SS Status bar |
35 .TP | |
259
d661ecce0c75
applied Sanders fixes to dwm.1
Anselm R.Garbe <arg@10ksloc.org>
parents:
258
diff
changeset
|
36 .B Standard input |
d661ecce0c75
applied Sanders fixes to dwm.1
Anselm R.Garbe <arg@10ksloc.org>
parents:
258
diff
changeset
|
37 is read and displayed in the status text area. |
256 | 38 .TP |
288
b7865e6feef2
applied sanders man page patch, removed button2 from bar click
Anselm R.Garbe <arg@10ksloc.org>
parents:
270
diff
changeset
|
39 .B Button1 |
b7865e6feef2
applied sanders man page patch, removed button2 from bar click
Anselm R.Garbe <arg@10ksloc.org>
parents:
270
diff
changeset
|
40 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
|
41 .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
|
42 .TP |
270
dacd3f3c5823
implemented restack behavior (floats are on top in tiled mode)
Anselm R.Garbe <arg@10ksloc.org>
parents:
267
diff
changeset
|
43 .B Button3 |
288
b7865e6feef2
applied sanders man page patch, removed button2 from bar click
Anselm R.Garbe <arg@10ksloc.org>
parents:
270
diff
changeset
|
44 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
|
45 .B tag |
b7865e6feef2
applied sanders man page patch, removed button2 from bar click
Anselm R.Garbe <arg@10ksloc.org>
parents:
270
diff
changeset
|
46 to/from the view. |
256 | 47 .SS Keyboard commands |
55 | 48 .TP |
293 | 49 .B Mod1-Shift-Return |
50 Start | |
51 .BR xterm (1). | |
52 .TP | |
53 .B Mod1-Tab | |
54 Focus next | |
55 .BR window . | |
56 .TP | |
57 .B Mod1-Shift-Tab | |
58 Focus previous | |
59 .BR window . | |
60 .TP | |
55 | 61 .B Mod1-Return |
238 | 62 Zoom current |
55 | 63 .B window |
64 to the | |
65 .B master | |
293 | 66 column |
67 .RB ( tiling | |
68 mode only). | |
55 | 69 .TP |
70 .B Mod1-m | |
71 Maximize current | |
288
b7865e6feef2
applied sanders man page patch, removed button2 from bar click
Anselm R.Garbe <arg@10ksloc.org>
parents:
270
diff
changeset
|
72 .BR window . |
55 | 73 .TP |
293 | 74 .B Mod1-Shift-[0..n] |
75 Apply | |
76 .B nth tag | |
77 to current | |
78 .BR window . | |
79 .TP | |
80 .B Mod1-Control-Shift-[0..n] | |
81 Add/remove | |
82 .B nth tag | |
83 to/from current | |
84 .BR window . | |
85 .TP | |
86 .B Mod1-Shift-c | |
87 Close focused | |
88 .B window. | |
55 | 89 .TP |
90 .B Mod1-space | |
143 | 91 Toggle between |
92 .B tiled | |
93 and | |
94 .B floating | |
95 mode (affects | |
219
d8e508716aa8
added a trailing '.' to shortcut descriptions in dwm(1)
arg@10ksloc.org
parents:
212
diff
changeset
|
96 .BR "all windows" ). |
56 | 97 .TP |
293 | 98 .B Mod1-[0..n] |
99 View all windows with | |
100 .BR "tag n" . | |
56 | 101 .TP |
131
65efe27cbf3d
preparing 0.6 which will be available in the evening after sanders patch approx.
arg@10ksloc.org
parents:
123
diff
changeset
|
102 .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
|
103 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
|
104 .B tag n |
b7865e6feef2
applied sanders man page patch, removed button2 from bar click
Anselm R.Garbe <arg@10ksloc.org>
parents:
270
diff
changeset
|
105 to/from the view. |
264
afcea99a4f3f
updated man page, added CAVEATS section
Anselm R.Garbe <arg@10ksloc.org>
parents:
262
diff
changeset
|
106 .TP |
293 | 107 .B Mod1-Shift-q |
108 Quit | |
109 .B dwm. | |
256 | 110 .SS Mouse commands |
82 | 111 .TP |
59
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
112 .B Mod1-Button1 |
238 | 113 Move current |
59
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
114 .B window |
293 | 115 while dragging |
116 .RB ( floating | |
117 mode only). | |
59
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
118 .TP |
238 | 119 .B Mod1-Button2 |
120 Zoom current | |
121 .B window | |
122 to the | |
123 .B master | |
293 | 124 column |
125 .RB ( tiling | |
126 mode only). | |
238 | 127 .TP |
59
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
128 .B Mod1-Button3 |
238 | 129 Resize current |
59
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
130 .B window |
293 | 131 while dragging |
132 .RB ( floating | |
133 mode only). | |
82 | 134 .SH CUSTOMIZATION |
135 .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
|
136 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
|
137 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
|
138 .SH CAVEATS |
afcea99a4f3f
updated man page, added CAVEATS section
Anselm R.Garbe <arg@10ksloc.org>
parents:
262
diff
changeset
|
139 The status bar displays |
288
b7865e6feef2
applied sanders man page patch, removed button2 from bar click
Anselm R.Garbe <arg@10ksloc.org>
parents:
270
diff
changeset
|
140 .B broken pipe |
264
afcea99a4f3f
updated man page, added CAVEATS section
Anselm R.Garbe <arg@10ksloc.org>
parents:
262
diff
changeset
|
141 when |
afcea99a4f3f
updated man page, added CAVEATS section
Anselm R.Garbe <arg@10ksloc.org>
parents:
262
diff
changeset
|
142 .B dwm |
afcea99a4f3f
updated man page, added CAVEATS section
Anselm R.Garbe <arg@10ksloc.org>
parents:
262
diff
changeset
|
143 has been started by |
afcea99a4f3f
updated man page, added CAVEATS section
Anselm R.Garbe <arg@10ksloc.org>
parents:
262
diff
changeset
|
144 .BR xdm (1), |
afcea99a4f3f
updated man page, added CAVEATS section
Anselm R.Garbe <arg@10ksloc.org>
parents:
262
diff
changeset
|
145 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
|
146 .BR dwm . |
201 | 147 .SH SEE ALSO |
148 .BR dmenu (1) |