Mercurial > aewl
annotate dwm.1 @ 172:af781faa40d6
implemented the idea presented by Sander for dwm target
author | arg@10ksloc.org |
---|---|
date | Wed, 02 Aug 2006 17:49:21 +0200 |
parents | dac0793bf3f7 |
children | 48c820470858 |
rev | line source |
---|---|
171
dac0793bf3f7
changing MASTERW value from 52 to 60 (in both, default and arg), I feel this is better now
arg@10ksloc.org
parents:
160
diff
changeset
|
1 .TH DWM 1 dwm-0.7 |
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 |
10 modes. Either mode can be applied dynamically, depending on the application in | |
11 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 |
14 column contains the window which needs most attention at a time, whereas the | |
15 stacking column contains all other windows in a stack. Dialog windows are | |
16 managed floating, however. In floating mode windows can be resized and moved | |
17 freely. | |
79
aabebd6e61f3
fixed XSync handling and finished man page
Anselm R. Garbe <garbeam@wmii.de>
parents:
68
diff
changeset
|
18 .P |
82 | 19 Windows are grouped by tags. All windows with a specific tag can be viewed at a |
20 time. But each window may contain more than one tag, which makes it visible in | |
21 several views. | |
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 |
143 | 24 has a small status bar which reads the text displayed from standard |
82 | 25 input, if written. It draws 1-pixel borders around windows to indicate the |
26 focus state. Unfocused windows contain a small bar in front of the window | |
27 displaying the tags and the window title. | |
80
8125f908c80c
several additions in mouse handling ;)
Anselm R. Garbe <garbeam@wmii.de>
parents:
79
diff
changeset
|
28 .SH OPTIONS |
0 | 29 .TP |
30 .B \-v | |
80
8125f908c80c
several additions in mouse handling ;)
Anselm R. Garbe <garbeam@wmii.de>
parents:
79
diff
changeset
|
31 prints version information to standard output, then exits. |
82 | 32 .SH USAGE |
55 | 33 .TP |
34 .B Mod1-Return | |
35 Zoom | |
36 .B window | |
37 to the | |
38 .B master | |
80
8125f908c80c
several additions in mouse handling ;)
Anselm R. Garbe <garbeam@wmii.de>
parents:
79
diff
changeset
|
39 column |
55 | 40 .TP |
160 | 41 .B Mod1-h |
42 Focus previous | |
43 .B tag | |
44 .TP | |
45 .B Mod1-j | |
46 Focus next | |
47 .B window | |
48 .TP | |
55 | 49 .B Mod1-k |
50 Focus previous | |
51 .B window | |
52 .TP | |
160 | 53 .B Mod1-l |
55 | 54 Focus next |
160 | 55 .B tag |
55 | 56 .TP |
57 .B Mod1-m | |
58 Maximize current | |
59 .B window | |
60 .TP | |
61 .B Mod1-[0..n] | |
62 Focus | |
160 | 63 .B nth tag |
55 | 64 .TP |
65 .B Mod1-space | |
143 | 66 Toggle between |
67 .B tiled | |
68 and | |
69 .B floating | |
70 mode (affects | |
71 .BR "all windows" ) | |
56 | 72 .TP |
73 .B Mod1-Shift-[0..n] | |
74 Apply | |
160 | 75 .B nth tag |
76 to current | |
56 | 77 .B window |
78 .TP | |
79 .B Mod1-Shift-q | |
80 Quit | |
81 .B dwm | |
82 .TP | |
83 .B Mod1-Shift-Return | |
84 Start | |
85 .B terminal | |
86 .TP | |
131
65efe27cbf3d
preparing 0.6 which will be available in the evening after sanders patch approx.
arg@10ksloc.org
parents:
123
diff
changeset
|
87 .B Mod1-Control-[0..n] |
56 | 88 Append |
160 | 89 .B nth tag |
90 to current | |
56 | 91 .B window |
82 | 92 .TP |
59
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
93 .B Mod1-Button1 |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
94 Moves current |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
95 .B window |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
96 while dragging |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
97 .TP |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
98 .B Mod1-Button2 |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
99 Lowers current |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
100 .B window |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
101 .TP |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
102 .B Mod1-Button3 |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
103 Resizes current |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
104 .B window |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
105 while dragging |
82 | 106 .SH CUSTOMIZATION |
107 .B dwm | |
160 | 108 is customized by editing the file config.h of the source code. |
109 This keeps it fast, secure and simple. |