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
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
2008-01-09 14:26:27 +01:00
|
|
|
In order to build awesome itself, you need header files and libs of:
|
2008-09-15 20:04:53 +02:00
|
|
|
- cmake (>= 2.6)
|
|
|
|
- Xlib
|
|
|
|
- xcb (>= 1.1)
|
|
|
|
- xcb-util (>= 0.3)
|
|
|
|
- Lua (>= 5.1)
|
|
|
|
- cairo built with xcb support
|
2008-04-03 09:34:18 +02:00
|
|
|
- pango and pangocairo
|
2008-06-17 08:21:39 +02:00
|
|
|
- libev
|
2008-04-29 08:49:35 +02:00
|
|
|
- glib
|
2008-09-16 19:46:03 +02:00
|
|
|
- Imlib2
|
2008-07-18 22:26:23 +02:00
|
|
|
- dbus (optional, use -DWITH_DBUS=OFF with cmake to disable)
|
2008-06-23 00:14:42 +02:00
|
|
|
- gperf
|
2008-01-09 14:26:27 +01:00
|
|
|
|
2008-06-23 18:57:49 +02:00
|
|
|
In order to build the awesome man pages and documentation,
|
|
|
|
you need these tools:
|
2008-06-24 22:30:46 +02:00
|
|
|
- asciidoc
|
|
|
|
- xmlto
|
2008-01-09 14:26:27 +01:00
|
|
|
- docbook XSL stylesheets
|
2008-06-23 18:57:49 +02:00
|
|
|
- luadoc
|
2008-01-09 14:26:27 +01:00
|
|
|
|
|
|
|
In order to build the source code reference, you need these tools:
|
|
|
|
- doxygen
|
|
|
|
- graphviz
|
|
|
|
|
2008-08-18 14:58:28 +02:00
|
|
|
Building and installation
|
2008-01-09 14:26:27 +01:00
|
|
|
-------------------------
|
2008-06-23 18:57:49 +02:00
|
|
|
After extracting the dist tarball, run:
|
2007-09-05 20:15:00 +02:00
|
|
|
|
2008-01-04 20:49:49 +01:00
|
|
|
make
|
2007-09-05 20:15:00 +02:00
|
|
|
|
2008-07-01 08:25:40 +02:00
|
|
|
This will create a build directory, run cmake in it and build awesome.
|
|
|
|
|
|
|
|
After the building done, you can type this to install:
|
|
|
|
|
|
|
|
make install # might need root permissions
|
2008-01-09 14:26:27 +01:00
|
|
|
|
2007-09-10 12:06:54 +02:00
|
|
|
Running awesome
|
2008-08-18 14:58:28 +02:00
|
|
|
---------------
|
|
|
|
You can directly select awesome from your display manager. If not, you can
|
|
|
|
add the following line to your .xinitrc to start awesome using startx
|
|
|
|
or to .xsession to start awesome using your display manager:
|
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
|
|
|
|
-------------
|
2008-07-10 15:47:27 +02:00
|
|
|
The configuration of awesome is done by creating a $XDG_CONFIG_HOME/awesome/rc.lua file.
|
2007-09-12 14:29:51 +02:00
|
|
|
An example is provided in the sources.
|
2008-08-29 02:21:58 +02:00
|
|
|
|
|
|
|
Troubleshooting
|
|
|
|
---------------
|
|
|
|
In most systems any message printed by awesome (including warnings and errors)
|
|
|
|
are written to $HOME/.xsession-errors.
|
|
|
|
|
|
|
|
If awesome does not start or the configuration file is not producing the desired
|
|
|
|
results the user should examine this file to gain insight into the problem.
|