2007-09-12 14:29:51 +02:00
|
|
|
awesome
|
|
|
|
=======
|
2007-09-10 12:06:54 +02:00
|
|
|
awesome is an extremely fast, small, and dynamic window manager for X.
|
2007-09-05 20:15:00 +02:00
|
|
|
It's based on dwm.
|
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
2007-12-17 06:31:27 +01:00
|
|
|
|
2007-10-10 19:59:52 +02:00
|
|
|
In order to build awesome you need the Xlib header files, libconfuse and cairo.
|
2007-12-17 06:31:27 +01:00
|
|
|
Creating the man pages also requires recent versions of the asciidoc and xmlto
|
|
|
|
tools.
|
2007-09-05 20:15:00 +02:00
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
2008-01-05 11:44:05 +01:00
|
|
|
If building from git sources, run "./autogen.sh". When autoreconf has
|
2008-01-04 20:49:49 +01:00
|
|
|
finished, you can follow the following instructions for building a dist
|
|
|
|
tarball.
|
2007-09-05 20:15:00 +02:00
|
|
|
|
2008-01-04 20:49:49 +01:00
|
|
|
After extracting the dist tarball, run "./configure --help" and figure out
|
|
|
|
what you might want to adapt for your system. Then run ./configure with the
|
|
|
|
proper parameters, and build and install:
|
2007-09-05 20:15:00 +02:00
|
|
|
|
2008-01-04 20:49:49 +01:00
|
|
|
./configure [...]
|
|
|
|
make
|
|
|
|
make install # might need root permissions
|
2007-09-05 20:15:00 +02:00
|
|
|
|
2008-01-04 21:43:47 +01:00
|
|
|
If you're using gcc as your compiler and do not want awesome's default set
|
|
|
|
of warning flags, add AWESOME_CFLAGS="" to your "make" lines.
|
|
|
|
|
2007-09-10 12:06:54 +02:00
|
|
|
Running awesome
|
2007-09-05 20:15:00 +02:00
|
|
|
-----------
|
2007-09-10 12:06:54 +02:00
|
|
|
Add the following line to your .xinitrc to start awesome using startx
|
|
|
|
or to .xsession to start awesome using gdm/kdm/xdm...:
|
2007-09-05 20:15:00 +02:00
|
|
|
|
2007-09-10 12:06:54 +02:00
|
|
|
exec awesome
|
2007-09-05 20:15:00 +02:00
|
|
|
|
2007-09-10 12:06:54 +02:00
|
|
|
In order to connect awesome to a specific display, make sure that
|
2007-09-05 20:15:00 +02:00
|
|
|
the DISPLAY environment variable is set correctly, e.g.:
|
|
|
|
|
2007-09-10 12:06:54 +02:00
|
|
|
DISPLAY=foo.bar:1 exec awesome
|
2007-09-05 20:15:00 +02:00
|
|
|
|
2007-09-10 12:06:54 +02:00
|
|
|
(This will start awesome on display :1 of the host foo.bar.)
|
2007-09-05 20:15:00 +02:00
|
|
|
|
|
|
|
Configuration
|
|
|
|
-------------
|
2007-09-12 14:29:51 +02:00
|
|
|
The configuration of awesome is done by creating a ~/.awesomerc file.
|
|
|
|
An example is provided in the sources.
|