Find a file
Uli Schlachter 4f30dfd198 Switch from oocairo to lgi.cairo
Signed-off-by: Uli Schlachter <psychon@znc.in>
2012-05-27 19:20:34 +02:00
build-tests
build-utils
common Add platform support for DragonflyBSD. 2012-05-20 22:46:34 +02:00
icons
lib Switch from oocairo to lgi.cairo 2012-05-27 19:20:34 +02:00
luadoc Switch from oocairo to lgi.cairo 2012-05-27 19:20:34 +02:00
manpages Update french manpages 2012-02-21 12:52:52 +01:00
objects Switch from oocairo to lgi.cairo 2012-05-27 19:20:34 +02:00
themes menubar: Introduce menubar extension 2012-03-09 13:43:26 +01:00
utils awsetbg: xli is reported as ok 2011-12-09 10:44:43 +01:00
.gitignore
AUTHORS
awesome-version-internal.h.in
awesome.c Use ARGB visuals by default again (FS#837) 2012-04-11 20:17:52 +02:00
awesome.desktop
awesome.doxygen.in
awesome.h
awesomeConfig.cmake Switch from oocairo to lgi.cairo 2012-05-27 19:20:34 +02:00
awesomerc.lua.in menubar: Introduce menubar extension 2012-03-09 13:43:26 +01:00
banning.c
banning.h
BUGS
CMakeLists.txt Add italian translation 2011-12-01 11:21:12 +01:00
color.c C color code: Ignore alpha component (FS#966) 2012-04-07 22:03:38 +02:00
color.h
config.h.in
dbus.c Minor readability fixes, STREQ()-like macros added 2011-11-18 17:56:21 +01:00
dbus.h
draw.c Switch from oocairo to lgi.cairo 2012-05-27 19:20:34 +02:00
draw.h Switch from oocairo to lgi.cairo 2012-05-27 19:20:34 +02:00
event.c event: Properly ignore the "send event" flag 2012-05-19 20:20:46 +02:00
event.h
ewmh.c
ewmh.h
globalconf.h Add a wallpaper_changed signal 2012-04-07 21:52:24 +02:00
keygrabber.c keygrabber: continue grabbing till keygrabber.stop is explicitly called 2012-02-29 20:46:42 +01:00
keygrabber.h
keyresolv.c
keyresolv.h
LICENSE
luaa.c Switch from oocairo to lgi.cairo 2012-05-27 19:20:34 +02:00
luaa.h
Makefile
mouse.c Minor readability fixes, STREQ()-like macros added 2011-11-18 17:56:21 +01:00
mouse.h
mousegrabber.c
mousegrabber.h
PATCHES
property.c Add a wallpaper_changed signal 2012-04-07 21:52:24 +02:00
property.h
README
root.c Switch from oocairo to lgi.cairo 2012-05-27 19:20:34 +02:00
screen.c Revert "screen: Add screen.by_coords()" 2012-01-15 16:51:52 +01:00
screen.h
selection.c
selection.h
spawn.c Minor readability fixes, STREQ()-like macros added 2011-11-18 17:56:21 +01:00
spawn.h
stack.c
stack.h
strut.c
strut.h
STYLE
systray.c
systray.h
xwindow.c
xwindow.h

awesome
=======
awesome is a highly configurable, next generation framework window manager for X.

Building and installation
-------------------------
After extracting the dist tarball, run:

  make

This will create a build directory, run cmake in it and build awesome.

After building is finished, you can install:

  make install # you might need root permissions

Running awesome
---------------
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:

    exec awesome

In order to connect awesome to a specific display, make sure that
the DISPLAY environment variable is set correctly, e.g.:

    DISPLAY=foo.bar:1 exec awesome

(This will start awesome on display :1 of the host foo.bar.)

Configuration
-------------
The configuration of awesome is done by creating a $XDG_CONFIG_HOME/awesome/rc.lua file.
An example configuration named "awesomerc.lua.in" is provided in the source.

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.