3 awesome is a highly configurable, next generation framework window manager for X.
7 In order to build awesome itself, you need header files and libs of:
14 - cairo built with xcb support
15 - pango and pangocairo
19 - dbus (optional, use -DWITH_DBUS=OFF with cmake to disable)
22 In order to build the awesome man pages and documentation,
26 - docbook XSL stylesheets
29 In order to build the source code reference, you need these tools:
33 Building and installation
34 -------------------------
35 After extracting the dist tarball, run:
39 This will create a build directory, run cmake in it and build awesome.
41 After the building done, you can type this to install:
43 make install # might need root permissions
47 You can directly select awesome from your display manager. If not, you can
48 add the following line to your .xinitrc to start awesome using startx
49 or to .xsession to start awesome using your display manager:
53 In order to connect awesome to a specific display, make sure that
54 the DISPLAY environment variable is set correctly, e.g.:
56 DISPLAY=foo.bar:1 exec awesome
58 (This will start awesome on display :1 of the host foo.bar.)
62 The configuration of awesome is done by creating a $XDG_CONFIG_HOME/awesome/rc.lua file.
63 An example is provided in the sources.
67 In most systems any message printed by awesome (including warnings and errors)
68 are written to $HOME/.xsession-errors.
70 If awesome does not start or the configuration file is not producing the desired
71 results the user should examine this file to gain insight into the problem.