tag: Improve tag property::index support (FS#1229)
[awesome.git] / README.md
blob7acdd3ff331172e84812f21b779e3b8ae63025d2
1 awesome
2 =======
3 awesome is a highly configurable, next generation framework window manager for X.
5 Building and installation
6 -------------------------
7 After extracting the dist tarball, run:
9     make
11 This will create a build directory, run cmake in it and build awesome.
13 After building is finished, you can install:
15     make install  # you might need root permissions
17 Running awesome
18 ---------------
19 You can directly select awesome from your display manager. If not, you can
20 add the following line to your .xinitrc to start awesome using startx
21 or to .xsession to start awesome using your display manager:
23     exec awesome
25 In order to connect awesome to a specific display, make sure that
26 the DISPLAY environment variable is set correctly, e.g.:
28     DISPLAY=foo.bar:1 exec awesome
30 (This will start awesome on display :1 of the host foo.bar.)
32 Configuration
33 -------------
34 The configuration of awesome is done by creating a
35 `$XDG_CONFIG_HOME/awesome/rc.lua` file.
37 An example configuration named "awesomerc.lua.in" is provided in the source.
39 Troubleshooting
40 ---------------
41 In most systems any message printed by awesome (including warnings and errors)
42 are written to `$HOME/.xsession-errors`.
44 If awesome does not start or the configuration file is not producing the
45 desired results the user should examine this file to gain insight into the
46 problem.
48 Reporting issues
49 ----------------
50 Please report any issues you may find at https://awesome.naquadah.org/bugs/ .
51 You can submit pull requests at https://github.com/awesomeWM/awesome .