2015-02-20 15:24:26 +01:00
|
|
|
# Readme
|
|
|
|
|
|
|
|
## About awesome
|
2014-05-24 22:14:06 +02:00
|
|
|
|
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
|
|
|
|
2014-05-26 21:26:52 +02:00
|
|
|
## Building and installation
|
2014-05-24 22:14:06 +02:00
|
|
|
|
2008-06-23 18:57:49 +02:00
|
|
|
After extracting the dist tarball, run:
|
2007-09-05 20:15:00 +02:00
|
|
|
|
2014-04-07 23:21:25 +02: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.
|
|
|
|
|
2009-08-30 07:26:19 +02:00
|
|
|
After building is finished, you can install:
|
2008-07-01 08:25:40 +02:00
|
|
|
|
2014-04-07 23:21:25 +02:00
|
|
|
make install # you might need root permissions
|
2008-01-09 14:26:27 +01:00
|
|
|
|
2014-05-26 21:26:52 +02:00
|
|
|
## Running awesome
|
2014-05-24 22:14:06 +02:00
|
|
|
|
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
|
2014-05-24 22:14:06 +02:00
|
|
|
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
|
2014-05-24 22:14:06 +02:00
|
|
|
the `DISPLAY` environment variable is set correctly, e.g.:
|
2007-09-05 20:15:00 +02:00
|
|
|
|
2007-09-10 12:06:54 +02:00
|
|
|
DISPLAY=foo.bar:1 exec awesome
|
2007-09-05 20:15:00 +02:00
|
|
|
|
2014-05-24 22:14:06 +02:00
|
|
|
(This will start awesome on display `:1` of the host foo.bar.)
|
2007-09-05 20:15:00 +02:00
|
|
|
|
2014-05-26 21:26:52 +02:00
|
|
|
## Configuration
|
2014-05-24 22:14:06 +02:00
|
|
|
|
2014-04-07 23:21:25 +02:00
|
|
|
The configuration of awesome is done by creating a
|
2015-07-24 02:25:39 +02:00
|
|
|
`$XDG_CONFIG_HOME/awesome/rc.lua` file, typically `~/.config/awesome/rc.lua`.
|
2014-04-07 23:21:25 +02:00
|
|
|
|
2014-05-24 22:14:06 +02:00
|
|
|
An example configuration named `awesomerc.lua.in` is provided in the source.
|
2008-08-29 02:21:58 +02:00
|
|
|
|
2014-05-26 21:26:52 +02:00
|
|
|
## Troubleshooting
|
2014-05-24 22:14:06 +02:00
|
|
|
|
2015-07-24 02:25:39 +02:00
|
|
|
On most systems any message printed by awesome (including warnings and errors)
|
|
|
|
is written to `~/.xsession-errors`.
|
2014-04-07 23:21:25 +02:00
|
|
|
|
|
|
|
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.
|
2008-08-29 02:21:58 +02:00
|
|
|
|
2014-05-26 21:26:52 +02:00
|
|
|
## Reporting issues
|
|
|
|
|
2014-05-24 22:14:06 +02:00
|
|
|
Please report any issues you may find on [our bugtracker](https://github.com/awesomeWM/awesome/issues).
|
|
|
|
You can submit pull requests on the [github repository](https://github.com/awesomeWM/awesome).
|
2014-05-26 21:26:52 +02:00
|
|
|
Please read the @{02-contributing.md} guide for any coding, documentation or patch guidelines.
|
|
|
|
|
2015-04-26 04:00:50 +02:00
|
|
|
## Status
|
|
|
|
[![Build Status](https://travis-ci.org/awesomeWM/awesome.svg?branch=master)](https://travis-ci.org/awesomeWM/awesome)
|
|
|
|
|
2015-07-24 02:25:39 +02:00
|
|
|
## Documentation
|
|
|
|
|
2016-03-03 22:05:59 +01:00
|
|
|
Online documentation is available at http://awesome.naquadah.org/doc/ for the
|
|
|
|
stable branch and at http://awesomewm.github.io/apidoc/ for the master branch.
|
|
|
|
It can be built using `make ldoc`.
|
2015-07-24 02:25:39 +02:00
|
|
|
|
2014-05-26 21:26:52 +02:00
|
|
|
## License
|
|
|
|
|
|
|
|
The project is licensed under GNU General Publice License v2 or later.
|
|
|
|
You can read it online at ([v2](http://www.gnu.org/licenses/gpl-2.0.html)
|
|
|
|
or [v3](http://www.gnu.org/licenses/gpl.html)).
|