use Area in Widget
[awesome.git] / README
blob0808e821abf4087f55d582ced38c45129cee75b6
1 awesome
2 =======
3 awesome is an extremely fast, small, and dynamic window manager for X.
4 It's based on dwm.
6 Requirements
7 ------------
9 In order to build awesome you need the Xlib header files, libconfuse and cairo.
10 Creating the man pages also requires recent versions of the asciidoc and xmlto
11 tools.
13 Installation
14 ------------
15 If building from git sources, run "autoreconf -vis .". When autoreconf has
16 finished, you can follow the following instructions for building a dist
17 tarball.
19 After extracting the dist tarball, run "./configure --help" and figure out
20 what you might want to adapt for your system. Then run ./configure with the
21 proper parameters, and build and install:
23   ./configure [...]
24   make
25   make install # might need root permissions
27 Running awesome
28 -----------
29 Add the following line to your .xinitrc to start awesome using startx
30 or to .xsession to start awesome using gdm/kdm/xdm...:
32     exec awesome
34 In order to connect awesome to a specific display, make sure that
35 the DISPLAY environment variable is set correctly, e.g.:
37     DISPLAY=foo.bar:1 exec awesome
39 (This will start awesome on display :1 of the host foo.bar.)
41 Configuration
42 -------------
43 The configuration of awesome is done by creating a ~/.awesomerc file.
44 An example is provided in the sources.