Mercurial > aewl
annotate aewl.1 @ 771:59a6f0ba5478
beautified status bar
author | meillo@marmaro.de |
---|---|
date | Sat, 06 Dec 2008 10:56:43 +0100 |
parents | 45f23169563e |
children | 794a83e74023 |
rev | line source |
---|---|
759 | 1 .TH AEWL 1 aewl-VERSION |
2 | |
3 | |
0 | 4 .SH NAME |
759 | 5 aewl \- a fork of dwm, the dynamic window manager |
6 | |
7 | |
0 | 8 .SH SYNOPSIS |
759 | 9 .B aewl |
0 | 10 .RB [ \-v ] |
759 | 11 |
12 | |
0 | 13 .SH DESCRIPTION |
759 | 14 This man page is the one from dwm 4.4.1 on which aewl is based. |
15 It is partly updated, but not totally. | |
16 .P | |
445
00584fe34361
made markups in dwm.1 more consistent
Anselm R. Garbe <arg@10kloc.org>
parents:
444
diff
changeset
|
17 dwm is a dynamic window manager for X. It manages windows in tiling and |
00584fe34361
made markups in dwm.1 more consistent
Anselm R. Garbe <arg@10kloc.org>
parents:
444
diff
changeset
|
18 floating modes. Either mode can be applied dynamically, optimizing the |
00584fe34361
made markups in dwm.1 more consistent
Anselm R. Garbe <arg@10kloc.org>
parents:
444
diff
changeset
|
19 environment for 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
|
20 .P |
504 | 21 In tiling mode windows are managed in a master and stacking area. The master |
657
ce3538c5c0d9
removed the term clients from dwm.1
Anselm R. Garbe <arg@suckless.org>
parents:
655
diff
changeset
|
22 area contains the windows which currently need most attention, whereas the |
504 | 23 stacking area contains all other windows. In floating mode windows can be |
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 resized and moved freely. Dialog windows are always managed floating, |
667 | 25 regardless of the mode applied. |
79
aabebd6e61f3
fixed XSync handling and finished man page
Anselm R. Garbe <garbeam@wmii.de>
parents:
68
diff
changeset
|
26 .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
|
27 Windows are grouped by tags. Each window can be tagged with one or multiple |
470 | 28 tags. Selecting certain tags displays all windows with these tags. |
79
aabebd6e61f3
fixed XSync handling and finished man page
Anselm R. Garbe <garbeam@wmii.de>
parents:
68
diff
changeset
|
29 .P |
445
00584fe34361
made markups in dwm.1 more consistent
Anselm R. Garbe <arg@10kloc.org>
parents:
444
diff
changeset
|
30 dwm contains a small status bar which displays all available tags, the mode, |
00584fe34361
made markups in dwm.1 more consistent
Anselm R. Garbe <arg@10kloc.org>
parents:
444
diff
changeset
|
31 the title of the focused window, and the text read from standard input. The |
575
719b37b37b0d
using the term 'indicated' instead of 'higlighted'
arg@mig29
parents:
574
diff
changeset
|
32 selected tags are indicated with a different color. The tags of the focused |
606 | 33 window are indicated with a filled square in the top left corner. The tags |
625
0811e4114faa
we don't use the term clients anymore, windows is the better term
arg@mig29
parents:
606
diff
changeset
|
34 which are applied to one or more windows are indicated with an empty square in |
606 | 35 the top left corner. |
316
d69cdb180a3e
small changes to dwm.1, rearranged order within main event loop
Anselm R.Garbe <arg@10ksloc.org>
parents:
293
diff
changeset
|
36 .P |
700
f05c825db96b
moved BORDERPX to config.*.h
Anselm R. Garbe <arg@suckless.org>
parents:
687
diff
changeset
|
37 dwm draws a small border around windows to indicate the focus state. |
759 | 38 |
39 | |
80
8125f908c80c
several additions in mouse handling ;)
Anselm R. Garbe <garbeam@wmii.de>
parents:
79
diff
changeset
|
40 .SH OPTIONS |
0 | 41 .TP |
42 .B \-v | |
80
8125f908c80c
several additions in mouse handling ;)
Anselm R. Garbe <garbeam@wmii.de>
parents:
79
diff
changeset
|
43 prints version information to standard output, then exits. |
759 | 44 |
45 | |
82 | 46 .SH USAGE |
759 | 47 |
256 | 48 .SS Status bar |
49 .TP | |
259
d661ecce0c75
applied Sanders fixes to dwm.1
Anselm R.Garbe <arg@10ksloc.org>
parents:
258
diff
changeset
|
50 .B Standard input |
d661ecce0c75
applied Sanders fixes to dwm.1
Anselm R.Garbe <arg@10ksloc.org>
parents:
258
diff
changeset
|
51 is read and displayed in the status text area. |
256 | 52 .TP |
288
b7865e6feef2
applied sanders man page patch, removed button2 from bar click
Anselm R.Garbe <arg@10ksloc.org>
parents:
270
diff
changeset
|
53 .B Button1 |
759 | 54 click on the bar to display the other tag. |
55 | |
256 | 56 .SS Keyboard commands |
55 | 57 .TP |
293 | 58 .B Mod1-Shift-Return |
59 Start | |
60 .BR xterm (1). | |
61 .TP | |
62 .B Mod1-Tab | |
445
00584fe34361
made markups in dwm.1 more consistent
Anselm R. Garbe <arg@10kloc.org>
parents:
444
diff
changeset
|
63 Focus next window. |
293 | 64 .TP |
655
4cf9ab28b36c
changed shortcuts to M-i and M-d
Anselm R. Garbe <arg@suckless.org>
parents:
653
diff
changeset
|
65 .B Mod1-i |
668
93ebb497c60d
small grammar fix of dwm.1
Anselm R. Garbe <arg@suckless.org>
parents:
667
diff
changeset
|
66 Increase the number of windows in the master area (tiling mode only). |
651
b9f4efd21473
added MODKEY-{plus,minus} shortcuts (increasing/decreasing master clients)
Anselm R. Garbe <arg@suckless.org>
parents:
634
diff
changeset
|
67 .TP |
655
4cf9ab28b36c
changed shortcuts to M-i and M-d
Anselm R. Garbe <arg@suckless.org>
parents:
653
diff
changeset
|
68 .B Mod1-d |
668
93ebb497c60d
small grammar fix of dwm.1
Anselm R. Garbe <arg@suckless.org>
parents:
667
diff
changeset
|
69 Decrease the number of windows in the master area (tiling mode only). |
651
b9f4efd21473
added MODKEY-{plus,minus} shortcuts (increasing/decreasing master clients)
Anselm R. Garbe <arg@suckless.org>
parents:
634
diff
changeset
|
70 .TP |
759 | 71 .B Mod1-F1 |
72 View other tag. | |
73 .TP | |
74 .B Mod1-F3 | |
75 Move current window to other tag. | |
293 | 76 .TP |
759 | 77 .B Mod1-^ |
78 Start | |
79 .BR dmenu (1) | |
594
f7dcd3ac8d6f
removed viewall(), replaced with view(-1); added tag(-1) to tag a client with all tags (new key combo MODKEY-Shift-0)
arg@mig29
parents:
592
diff
changeset
|
80 .TP |
759 | 81 .B Mod1-1 |
82 Zooms/cycles current window to/from master area (tiling mode), toggles maximization current window (floating mode). | |
293 | 83 .TP |
759 | 84 .B Mod1-2 |
445
00584fe34361
made markups in dwm.1 more consistent
Anselm R. Garbe <arg@10kloc.org>
parents:
444
diff
changeset
|
85 Close focused window. |
55 | 86 .TP |
87 .B Mod1-space | |
759 | 88 Toggle between tiling and max mode (affects all windows). |
56 | 89 .TP |
585 | 90 .B Mod1-Shift-space |
759 | 91 Toggle focused window between floating and non-floating state. |
264
afcea99a4f3f
updated man page, added CAVEATS section
Anselm R.Garbe <arg@10ksloc.org>
parents:
262
diff
changeset
|
92 .TP |
293 | 93 .B Mod1-Shift-q |
445
00584fe34361
made markups in dwm.1 more consistent
Anselm R. Garbe <arg@10kloc.org>
parents:
444
diff
changeset
|
94 Quit dwm. |
759 | 95 |
256 | 96 .SS Mouse commands |
82 | 97 .TP |
59
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
98 .B Mod1-Button1 |
445
00584fe34361
made markups in dwm.1 more consistent
Anselm R. Garbe <arg@10kloc.org>
parents:
444
diff
changeset
|
99 Move current window while dragging (floating mode only). |
59
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
100 .TP |
5d4653de9a1c
implemented dwm reading status text from stdin
Anselm R. Garbe <garbeam@wmii.de>
parents:
58
diff
changeset
|
101 .B Mod1-Button3 |
445
00584fe34361
made markups in dwm.1 more consistent
Anselm R. Garbe <arg@10kloc.org>
parents:
444
diff
changeset
|
102 Resize current window while dragging (floating mode only). |
759 | 103 |
104 | |
82 | 105 .SH CUSTOMIZATION |
445
00584fe34361
made markups in dwm.1 more consistent
Anselm R. Garbe <arg@10kloc.org>
parents:
444
diff
changeset
|
106 dwm is customized by creating a custom config.h and (re)compiling the source |
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
|
107 code. This keeps it fast, secure and simple. |
759 | 108 |
109 | |
724
583c0adeee79
regarding to http://plan9.bell-labs.com/sources/contrib/rsc/man.ps the BUGS section should appear after SEE ALSO section.
Anselm R. Garbe <arg@suckless.org>
parents:
723
diff
changeset
|
110 .SH SEE ALSO |
583c0adeee79
regarding to http://plan9.bell-labs.com/sources/contrib/rsc/man.ps the BUGS section should appear after SEE ALSO section.
Anselm R. Garbe <arg@suckless.org>
parents:
723
diff
changeset
|
111 .BR dmenu (1) |
759 | 112 |
113 | |
723
251047bc6129
renamed CAVEATS into BUGS
Anselm R. Garbe <arg@suckless.org>
parents:
700
diff
changeset
|
114 .SH BUGS |
347 | 115 The status bar may display |
633
7209e355762c
fixed man page, status bar displays EOF instead of "broken pipe"
arg@mig29
parents:
632
diff
changeset
|
116 .BR "EOF" |
632 | 117 when dwm has been started by an X session manager like |
264
afcea99a4f3f
updated man page, added CAVEATS section
Anselm R.Garbe <arg@10ksloc.org>
parents:
262
diff
changeset
|
118 .BR xdm (1), |
632 | 119 because those close standard output before executing dwm. |
120 .P | |
121 Java applications which use the XToolkit/XAWT backend may draw grey windows | |
122 only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early | |
634 | 123 JDK 1.6 versions, because it assumes a reparenting window manager. As a workaround |
124 you can use JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or you | |
125 can set the following environment variable (to use the older Motif | |
632 | 126 backend instead): |
127 .BR AWT_TOOLKIT=MToolkit . |