naughty: remove useless hooks
[awesome.git] / manpages / awesome.1.txt
blob814bd55bcbfc89b61c01d1a5342b46c16e1bc575
1 awesome(1)
2 ==========
4 NAME
5 ----
7 awesome - awesome window manager
9 SYNOPSIS
10 --------
12 *awesome* [*-v* | *--version*] [*-h* | *--help*] [*-c* | *--config* 'FILE'] [*-k* | *--check*]
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 the 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* can contain small wiboxes which can display anything you want:
33 all available tags, the layout, the title of the visible windows, a text, etc.
35 OPTIONS
36 -------
37 *-v*, *--version*::
38     Print version information to standard output, then exit.
39 *-h*, *--help*::
40     Print help information, then exit.
41 *-c*, *--config* 'FILE'::
42     Use an alternate configuration file instead of '$XDG_CONFIG_HOME/awesome/rc.lua'.
43 *-k*, *--check*::
44     Check configuration file syntax.
46 DEFAULT MOUSE BINDINGS
47 -----------------------
48 Navigation
49 ~~~~~~~~~~
51 *Button1* on tag name::
52     View tag.
53 *Button4*, *Button5* on tag name::
54     Switch to previous or next tag.
55 *Button4*, *Button5* on root window::
56     Switch to previous or next tag.
57 *Button1*, *Button3*, *Button4*, *Button5* on layout symbol::
58     Switch to previous or next layout.
60 Layout modification
61 ~~~~~~~~~~~~~~~~~~~
62 *Mod4 \+ Button1* on tag name::
63     Tag current client with this tag only.
64 *Mod4 \+ Button3* on tag name::
65     Toggle this tag for client.
66 *Button3* on tag name::
67     Add this tag to current view.
68 *Mod4 \+ Button1* on client window::
69     Move window.
70 *Mod4 \+ Button3* on client window::
71     Resize window.
73 DEFAULT KEY BINDINGS
74 --------------------
75 Window manager control
76 ~~~~~~~~~~~~~~~~~~~~~~
77 *Mod4 \+ Control \+ r*::
78     Restart *awesome*.
79 *Mod4 \+ Shift \+ q*::
80     Quit *awesome*.
81 *Mod4 \+ r*::
82     Run prompt.
83 *Mod4 \+ x*::
84     Run Lua code prompt.
85 *Mod4 \+ Return*::
86     Spawn terminal emulator.
87 *Mod4 \+ w*::
88     Open main menu.
90 Clients
91 ~~~~~~~
92 *Mod4 \+ Shift \+ r*::
93     Redraw the focused window.
94 *Mod4 \+ m*::
95     Maximize client.
96 *Mod4 \+ f*::
97     Set client fullscreen.
98 *Mod4 \+ Shift \+ c*::
99     Kill focused client.
100 *Mod4 \+ t*::
101     Mark a client.
103 Navigation
104 ~~~~~~~~~~
105 *Mod4 \+ j*::
106     Focus next client.
107 *Mod4 \+ k*::
108     Focus previous client.
109 *Mod4 \+ u*::
110     Focus first urgent client.
111 *Mod4 \+ Left*::
112     View previous tag.
113 *Mod4 \+ Right*::
114     View next tag.
115 *Mod4 \+ 1-9*::
116     Switch to tag 1-9.
117 *Mod4 \+ Control \+ j*::
118     Focus next screen.
119 *Mod4 \+ Control \+ k*::
120     Focus previous screen.
121 *Mod4 \+ Escape*::
122     Focus previously selected tag set.
124 Layout modification
125 ~~~~~~~~~~~~~~~~~~~
126 *Mod4 \+ Shift \+ j*::
127     Switch client with next client.
128 *Mod4 \+ Shift \+ k*::
129     Switch client with previous client.
130 *Mod4 \+ o*::
131     Send client to next screen.
132 *Mod4 \+ h*::
133     Decrease master width factor by 5%.
134 *Mod4 \+ l*::
135     Increase master width factor by 5%.
136 *Mod4 \+ Shift \+ h*::
137     Increase number of master windows by 1.
138 *Mod4 \+ Shift \+ l*::
139     Decrease number of master windows by 1.
140 *Mod4 \+ Control \+ h*::
141     Increase number of columns for non-master windows by 1.
142 *Mod4 \+ Control \+ l*::
143     Decrease number of columns for non-master windows by 1.
144 *Mod4 \+ space*::
145     Switch to next layout.
146 *Mod4 \+ Shift \+ space*::
147     Switch to previous layout.
148 *Mod4 \+ Control \+ space*::
149     Toggle client floating status.
150 *Mod4 \+ Control \+ Return*::
151     Swap focused client with master.
152 *Mod4 \+ Control \+ 1-9*::
153     Toggle tag view.
154 *Mod4 \+ Shift \+ 1-9*::
155     Tag client with tag.
156 *Mod4 \+ Shift \+ Control \+ 1-9*::
157     Toggle tag on client.
158 *Mod4 \+ Shift \+ F1-9*::
159     Tag marked clients with tag.
161 CUSTOMIZATION
162 -------------
163 *awesome* is customized by creating a custom '$XDG_CONFIG_HOME/awesome/rc.lua' file.
165 SIGNALS
166 -------
167 *awesome* can be restarted by sending it a SIGHUP.
169 SEE ALSO
170 --------
171 *awesomerc*(5) *awesome-client*(1)
173 BUGS
174 ----
175 Of course there's no bug in *awesome*. But there may be unexpected behaviors.
177 Java applications which use the XToolkit/XAWT backend may draw gray windows
178 only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early
179 JDK 1.6 versions because it assumes a reparenting window manager. As a workaround
180 you can use JDK 1.4 (which doesn't contain the XToolkit/XAWT backend), or you
181 can set the following environment variable (to use the older Motif
182 backend instead): AWT_TOOLKIT=MToolkit
184 AUTHORS
185 -------
186 Julien Danjou <julien@danjou.info> and others.
190 http://awesome.naquadah.org