3 awesome is a highly configurable, next generation framework window manager for X.
5 Building and installation
6 -------------------------
7 After extracting the dist tarball, run:
11 This will create a build directory, run cmake in it and build awesome.
13 After the building done, you can type this to install:
15 make install # might need root permissions
19 You can directly select awesome from your display manager. If not, you can
20 add the following line to your .xinitrc to start awesome using startx
21 or to .xsession to start awesome using your display manager:
25 In order to connect awesome to a specific display, make sure that
26 the DISPLAY environment variable is set correctly, e.g.:
28 DISPLAY=foo.bar:1 exec awesome
30 (This will start awesome on display :1 of the host foo.bar.)
34 The configuration of awesome is done by creating a $XDG_CONFIG_HOME/awesome/rc.lua file.
35 An example is provided in the sources.
39 In most systems any message printed by awesome (including warnings and errors)
40 are written to $HOME/.xsession-errors.
42 If awesome does not start or the configuration file is not producing the desired
43 results the user should examine this file to gain insight into the problem.