2007-09-12 14:29:51 +02:00
|
|
|
awesome
|
|
|
|
=======
|
2008-10-02 17:20:08 +02:00
|
|
|
awesome is a highly configurable, next generation framework window manager for X.
|
2007-09-05 20:15:00 +02:00
|
|
|
|
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.
|