Compute the rule only one time
[awesome.git] / awesome.1.txt
blob9fe80fc79dfdb3e508c75b46e7f7fa9c8b11c5e7
1 awesome(1)
2 ==========
4 NAME
5 ----
7 awesome - awesome window manager
9 SYNOPSIS
10 --------
12 awesome [-v | --version] [-c configuration file]
14 DESCRIPTION
15 -----------
17 +awesome+ is a window manager for X. It manages windows in different layouts, like
18 floating or tiled. Either layout can be applied dynamically, optimizing the
19 environment for the application in use and the task performed.
21 In tiled layout windows are managed in a master and stacking area. The master
22 area contains windows which currently need most attention, whereas the
23 stacking area contains all other windows. In floating layout windows can be
24 resized and moved freely. Dialog windows are always managed floating,
25 regardless of the layout applied. The spiral and dwindle layout are special cases
26 of the tiled layout where the stacking area is arranged in a spiral for the
27 former or as a rectangular fractal for the later.
29 Windows are grouped by tags. Each window can be tagged with one or multiple
30 tags. Selecting certain tags displays all windows with these tags.
32 awesome contains a small status bar which displays all available tags, the layout,
33 the title of the focused window, and a status text. A
34 floating window is indicated with an empty circle and a maximized
35 floating window is indicated with a circle square before the windows
36 title. The selected tags are indicated with a different color. The tags of
37 the focused window are indicated with a filled square in the top left
38 corner. The tags which are applied to one or more windows are indicated
39 with an empty square in the top left corner.
40 awesome can draw a small border around windows to indicate the focus state.
42 OPTIONS
43 -------
44 -v | --version::
45     prints version information to standard output, then exits.
46 -h | --help::
47     prints help information, then exits.
48 -c::
49     use an alternate configuration file instead of $HOME/.awesomerc.
50 -k::
51     check configuration file syntax.
53 DEFAULTS MOUSE BINDINGS
54 -----------------------
55 *Button1* on tag name::
56     View tag.
57 *Mod4 + Button1* on tag name::
58     Tag current client with this tag.
59 *Button3* on tag name::
60     Add this tag to current view.
61 *Mod4 + Button3* on tag name::
62     Toggle this tag for client.
63 *Button4*, *Button5* on tag name::
64     Switch to previous or next tag.
65 *Button1*, *Button3*, *Button4*, *Button5* on layout symbol::
66     Switch to previous or next layout.
67 *Button4*, *Button5* on root window::
68     Switch to previous or next tag.
69 *Mod4 + Button1* on client window::
70     Move window.
71 *Mod4 + Button2* on client window::
72     Zoom window.
73 *Mod4 + Button3* on client window::
74     Resize window.
76 DEFAULTS KEY BINDINGS
77 ---------------------
78 *Mod4 + F1*::
79     Spawn awesome-menu to read manual pages.
80 *Mod4 + F2*::
81     Spawn awesome-menu to execute a program.
82 *Mod4 + F3*::
83     Spawn awesome-menu to ssh to an host.
84 *Mod4 + Return*::
85     Spawn terminal emulator.
86 *Mod4 + space*::
87     Switch to next layout.
88 *Mod4 \+ Shift \+ space*::
89     Switch to previous layout.
90 *Mod4 + b*::
91     Toggle statusbar.
92 *Mod4 + j*::
93     Focus next client.
94 *Mod4 + k*::
95     Focus previous client.
96 *Mod4 \+ Shift \+ j*::
97     Switch client with next client.
98 *Mod4 \+ Shift \+ k*::
99     Switch client with previous client.
100 *Mod4 \+ Control \+ j*::
101     Focus next screen.
102 *Mod4 \+ Control \+ k*::
103     Focus previous screen.
104 *Mod4 + h*::
105     Decrease master width factor by 5%.
106 *Mod4 + l*::
107     Increase master width factor by 5%.
108 *Mod4 \+ Shift \+ h*::
109     Increase number of master windows by 1.
110 *Mod4 \+ Shift \+ l*::
111     Decrease number of master windows by 1.
112 *Mod4 \+ Control \+ h*::
113     Increase number of column for non-master windows by 1.
114 *Mod4 \+ Control \+ l*::
115     Decrease number of column for non-master windows by 1.
116 *Mod4 + Escape*::
117     View previously selected tag.
118 *Mod4 + Left*::
119     View previous tag.
120 *Mod4 + Right*::
121     View next tag.
122 *Mod4 + m*::
123     Set client maximized.
124 *Mod4 \+ Control \+ Return*::
125     Zoom client.
126 *Mod4 \+ Control \+ space*::
127     Set client floating.
128 *Mod4 \+ Shift \+ c*::
129     Kill client.
130 *Mod4 \+ Shift \+ q*::
131     Quit awesome.
132 *Mod4 \+ Control \+ r*::
133     Restart awesome.
134 *Mod4 + 0-9*::
135     Switch to tag 1-9, 0 for all.
136 *Mod4 \+ Control \+ 0-9*::
137     Toggle tag view.
138 *Mod4 \+ Shift \+ 0-9*::
139     Tag client with tag.
140 *Mod4 \+ Shift \+ Control \+ 0-9*::
141     Toggle tag on client.
143 CUSTOMIZATION
144 -------------
145 awesome is customized by creating a custom $HOME/.awesomerc file.
147 SEE ALSO
148 --------
149 awesomerc(5) dmenu(1) dzen2(1)
151 BUGS
152 ----
153 Of course there's no bug in awesome. But there may be unexpected behaviours.
155 Java applications which use the XToolkit/XAWT backend may draw grey windows
156 only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early
157 JDK 1.6 versions, because it assumes a reparenting window manager. As a workaround
158 you can use JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or you
159 can set the following environment variable (to use the older Motif
160 backend instead): AWT_TOOLKIT=MToolkit
162 AUTHORS
163 -------
164 Julien Danjou <julien@danjou.info>
168 http://awesome.naquadah.org