Mercurial > dwm-meillo
annotate dwm.1 @ 77:38c8f7f7d401
sanitized other stuff
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Sat, 15 Jul 2006 17:19:19 +0200 |
parents | d31b5ad96b0b |
children | aabebd6e61f3 |
rev | line source |
---|---|
68 | 1 .TH DWM 1 dwm-0.1 |
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 | |
8 .SS Overview | |
38 | 9 .B dwm |
10 is a dynamic window manager for X11. | |
0 | 11 .SS Options |
12 .TP | |
13 .B \-v | |
14 prints version information to stdout, then exits. | |
58
1269bd127551
made barclick to select the specific tag
Anselm R. Garbe <garbeam@wmii.de>
parents:
56
diff
changeset
|
15 .SS Status text |
1269bd127551
made barclick to select the specific tag
Anselm R. Garbe <garbeam@wmii.de>
parents:
56
diff
changeset
|
16 .B dwm |
1269bd127551
made barclick to select the specific tag
Anselm R. Garbe <garbeam@wmii.de>
parents:
56
diff
changeset
|
17 reads from stdin to display status text if provided. |
55 | 18 .SS Default Key Bindings |
19 .TP 16 | |
20 .I Key | |
21 .I Action | |
22 .TP | |
23 .B Mod1-Return | |
24 Zoom | |
25 .B window | |
26 to the | |
27 .B master | |
28 track | |
29 .TP | |
30 .B Mod1-k | |
31 Focus previous | |
32 .B window | |
33 .TP | |
34 .B Mod1-j | |
35 Focus next | |
36 .B window | |
37 .TP | |
38 .B Mod1-m | |
39 Maximize current | |
40 .B window | |
41 .TP | |
42 .B Mod1-[0..n] | |
43 Focus | |
44 .B nth | |
45 tag | |
46 .TP | |
47 .B Mod1-space | |
48 (Re-)arrange | |
49 .B all | |
50 windows tiled | |
56 | 51 .TP |
52 .B Mod1-Shift-space | |
53 (Re-)arrange | |
54 .B all | |
55 windows floating | |
56 .TP | |
57 .B Mod1-Shift-[0..n] | |
58 Apply | |
59 .B nth | |
60 tag to current | |
61 .B window | |
62 .TP | |
63 .B Mod1-Shift-q | |
64 Quit | |
65 .B dwm | |
66 .TP | |
67 .B Mod1-Shift-Return | |
68 Start | |
69 .B terminal | |
70 .TP | |
71 .B Mod1-Shift-w | |
72 Start | |
73 .B web browser | |
74 .TP | |
75 .B Mod1-Shift-l | |
76 Lock | |
77 .B screen | |
78 .TP | |
79 .B Control-[0..n] | |
80 Append | |
81 .B nth | |
82 tag to cureent | |
83 .B window | |
59
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
84 .SS Default Mouse Bindings |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
85 .TP |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
86 .B Mod1-Button1 |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
87 Moves current |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
88 .B window |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
89 while dragging |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
90 .TP |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
91 .B Mod1-Button2 |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
92 Lowers current |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
93 .B window |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
94 .TP |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
95 .B Mod1-Button3 |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
96 Resizes current |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
97 .B window |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
98 while dragging |