Find a file
Uli Schlachter c8dea3cff6 Use _LDFLAGS instead of _LIBRARIES
If a library is in a non-standard path, the linker needs an extra argument so
that it knows how to find this library: -L/path/to/lib

pkg_check_modules() sets _LIBRARIES only to the library's name, but _LDFLAGS
also contains a -L flag if one was found.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2010-08-23 11:33:47 +02:00
build-tests awesomeConfig: test for execinfo.h/backtrace() 2009-10-27 09:33:08 +01:00
build-utils Fix gperf usage (FS#740) 2010-03-15 09:59:02 +01:00
common luaobject: emit signals on class too 2010-08-18 10:41:52 +02:00
icons icons: remove invaders 2009-09-08 13:29:25 +02:00
lib Check "focusable" in awful.client.focus.filter(c) 2010-08-12 13:18:40 +02:00
luadoc Remove globalconf.xinerama_is_active 2010-08-16 14:20:45 +02:00
manpages German translation of manpages 2010-05-03 11:14:49 +02:00
objects client: client_set_focus is static, so merge 2010-08-18 10:50:40 +02:00
themes awful.widget.tasklist: use symbols chars rather than images 2010-05-28 13:28:43 +02:00
utils awsetbg was missing break 2010-05-17 15:57:21 +02:00
.gitignore
AUTHORS update Arnaud commit years 2009-08-24 11:13:59 +02:00
awesome-version-internal.h.in
awesome.c Use a single gc for all graphics operation 2010-08-17 15:44:44 +02:00
awesome.desktop
awesome.doxygen.in awesome.doxygen: doxygen configuration fixes. 2009-09-04 18:18:03 +02:00
awesome.h
awesomeConfig.cmake Use _LDFLAGS instead of _LIBRARIES 2010-08-23 11:33:47 +02:00
awesomerc.lua.in awful.menu: Change menu:show() args set 2010-04-14 09:38:35 +02:00
banning.c window: rename to xwindow 2009-10-20 20:42:05 +02:00
banning.h Re-add lazy banning 2009-09-28 14:04:59 +02:00
BUGS
CMakeLists.txt Use _LDFLAGS instead of _LIBRARIES 2010-08-23 11:33:47 +02:00
color.c Save the screen in globalconf. 2010-08-16 14:10:58 +02:00
color.h
config.h.in Don't fail if execinfo is not available 2010-08-12 20:14:56 +02:00
dbus.c dbus: fix compiling error 2010-06-06 14:32:54 +02:00
dbus.h
draw.c Save the screen in globalconf. 2010-08-16 14:10:58 +02:00
draw.h Remove support for zaphod mode 2010-08-16 13:47:40 +02:00
event.c Save the screen in globalconf. 2010-08-16 14:10:58 +02:00
event.h Stop using most of libxcb-event 2010-08-08 17:35:48 +02:00
ewmh.c ewmh: use client signals to call ewmh_update_net_client_list 2010-08-18 10:38:17 +02:00
ewmh.h ewmh: use client signals to call ewmh_update_net_client_list 2010-08-18 10:38:17 +02:00
font.c Move the default visual to globalconf 2010-08-16 13:59:51 +02:00
font.h font: remove draw_ prefix in names 2009-10-27 12:16:22 +01:00
globalconf.h Remove globalconf.screen_focus 2010-08-17 15:52:49 +02:00
keygrabber.c Save the screen in globalconf. 2010-08-16 14:10:58 +02:00
keygrabber.h
keyresolv.c key: split resolving in keyresolv 2010-05-28 13:28:20 +02:00
keyresolv.h key: split resolving in keyresolv 2010-05-28 13:28:20 +02:00
LICENSE
luaa.c Remove all uses of attribute "unused" 2010-08-08 18:19:15 +02:00
luaa.h luaa: luaA_next is static 2009-11-09 21:28:37 +01:00
Makefile
mouse.c Remove an unneeded argument to screen_getbycoord() 2010-08-16 14:25:12 +02:00
mouse.h
mousegrabber.c Save the screen in globalconf. 2010-08-16 14:10:58 +02:00
mousegrabber.h
PATCHES PATCHES: add more rules 2009-09-02 10:36:13 +02:00
property.c Remove globalconf.xinerama_is_active 2010-08-16 14:20:45 +02:00
property.h Overhaul property handling 2010-08-09 13:03:16 +02:00
README Grammar/spelling corrections in comments and docs. 2009-08-31 10:39:36 +02:00
root.c Remove globalconf.xinerama_is_active 2010-08-16 14:20:45 +02:00
screen.c Remove globalconf.screen_focus 2010-08-17 15:52:49 +02:00
screen.h Remove globalconf.screen_focus 2010-08-17 15:52:49 +02:00
selection.c Save the screen in globalconf. 2010-08-16 14:10:58 +02:00
selection.h
spawn.c Remove globalconf.xinerama_is_active 2010-08-16 14:20:45 +02:00
spawn.h spawn: remove useless proto 2009-11-16 11:26:00 +01:00
stack.c Remove globalconf.screen_focus 2010-08-17 15:52:49 +02:00
stack.h client: move stack code into stack 2010-05-28 13:28:49 +02:00
strut.c Fix doxygen generation warnings 2009-08-26 09:15:57 +02:00
strut.h strut: import strut_has_value() 2009-08-28 17:45:18 +02:00
STYLE STYLE: add prefix rule 2009-08-21 15:30:48 +02:00
systray.c Save the screen in globalconf. 2010-08-16 14:10:58 +02:00
systray.h Remove support for zaphod mode 2010-08-16 13:47:40 +02:00
xwindow.c Use globalconf.timestamp 2010-08-12 14:52:23 +02:00
xwindow.h Get a client's property more intelligently 2010-08-09 13:54:49 +02:00

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.