7 awesome - awesome window manager
12 awesome [-v | --version] [-c configuration file]
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.
45 prints version information to standard output, then exits.
47 prints help information, then exits.
49 use an alternate configuration file instead of $HOME/.awesomerc.
51 check configuration file syntax.
53 DEFAULTS MOUSE BINDINGS
54 -----------------------
55 *Button1* on tag name::
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::
71 *Mod4 + Button2* on client window::
73 *Mod4 + Button3* on client window::
81 Switch to next layout.
82 *Mod4 \+ Shift \+ space*::
83 Switch to previous layout.
89 Focus previous client.
90 *Mod4 \+ Shift \+ j*::
91 Switch client with next client.
92 *Mod4 \+ Shift \+ k*::
93 Switch client with previous client.
94 *Mod4 \+ Control \+ j*::
96 *Mod4 \+ Control \+ k*::
97 Focus previous screen.
99 Decrease master width factor by 5%.
101 Increase master width factor by 5%.
102 *Mod4 \+ Shift \+ h*::
103 Increase number of master windows by 1.
104 *Mod4 \+ Shift \+ l*::
105 Decrease number of master windows by 1.
106 *Mod4 \+ Control \+ h*::
107 Increase number of column for non-master windows by 1.
108 *Mod4 \+ Control \+ l*::
109 Decrease number of column for non-master windows by 1.
111 View previously selected tag.
117 Set client maximized.
118 *Mod4 \+ Control \+ Return*::
120 *Mod4 \+ Control \+ space*::
122 *Mod4 \+ Shift \+ c*::
124 *Mod4 \+ Shift \+ q*::
126 *Mod4 \+ Control \+ r*::
129 Switch to tag 1-9, 0 for all.
130 *Mod4 \+ Control \+ 0-9*::
132 *Mod4 \+ Shift \+ 0-9*::
134 *Mod4 \+ Shift \+ Control \+ 0-9*::
135 Toggle tag on client.
139 awesome is customized by creating a custom $HOME/.awesomerc file.
143 awesomerc(1) dmenu(1) dzen2(1)
147 Of course there's no bug in awesome. But there may be unexpected behaviours.
149 Java applications which use the XToolkit/XAWT backend may draw grey windows
150 only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early
151 JDK 1.6 versions, because it assumes a reparenting window manager. As a workaround
152 you can use JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or you
153 can set the following environment variable (to use the older Motif
154 backend instead): AWT_TOOLKIT=MToolkit
158 Julien Danjou <julien@danjou.info>
162 http://awesome.naquadah.org