Find a file
Julien Danjou 40d821354a awful.prompt: close file after reading
Signed-off-by: Julien Danjou <julien@danjou.info>
2009-04-02 13:39:52 +02:00
build-utils layout: move layout code to Lua 2008-12-14 10:28:21 +01:00
common Remove unused tokens from common/tokenize.gperf 2009-03-28 14:44:41 +01:00
icons
lib awful.prompt: close file after reading 2009-04-02 13:39:52 +02:00
themes themes.sky: add titlebar close buttons 2009-03-24 16:56:36 +01:00
utils awsetbg: fix wallpapersetter detection 2009-01-20 19:32:45 +01:00
widgets Implemented bottom and middle alignment for textbox backgrounds 2009-03-12 11:49:58 +01:00
.gitignore
AUTHORS Update copyright years 2009-01-02 11:58:52 +01:00
awesome-client.1.txt
awesome-client.c Styling inconsistencies 2009-03-30 12:53:12 +02:00
awesome-version-internal.h.in
awesome.1.txt awesomerc: add keybinding to open menu with keygrabber 2009-03-12 19:57:36 +01:00
awesome.c client: remove _AWESOME_TAGS property 2009-03-12 11:49:58 +01:00
awesome.desktop
awesome.doxygen.in layout: move layout code to Lua 2008-12-14 10:28:21 +01:00
awesome.h
awesomeConfig.cmake build: prepend ${PREFIX} to SYSCONFDIR if not set (FS#468) 2009-04-01 17:56:20 +02:00
awesomerc.5.txt draw: remove custom markup support 2008-12-14 10:28:23 +01:00
awesomerc.lua.in awesomerc: Lua prompt has no completion 2009-03-19 11:04:04 +01:00
awsetbg.1.txt awsetbg.1: add -m doc 2009-02-18 15:43:27 +01:00
BUGS
client.c client: handle struts (a lot) better 2009-03-31 09:17:36 +02:00
client.h client: handle struts (a lot) better 2009-03-31 09:17:36 +02:00
CMakeLists.txt remove deprecated functions 2009-03-12 11:49:58 +01:00
cnode.c
cnode.h
config.h.in
dbus.c Styling inconsistencies 2009-03-30 12:53:12 +02:00
dbus.h
draw.c Styling inconsistencies 2009-03-30 12:53:12 +02:00
draw.h Added AlignMiddle to alignment_t structure 2009-03-12 11:49:58 +01:00
event.c Styling inconsistencies 2009-03-30 12:53:12 +02:00
event.h
ewmh.c client: add a "struts" property 2009-03-28 14:40:06 +01:00
ewmh.h ewmh: add support for _NET_DESKTOP_GEOMETRY 2009-02-13 10:57:42 +01:00
hooks.c hooks: manage gets an extra startup arg 2008-12-29 12:23:37 +01:00
image.c image: realloc rather than delete/new 2008-12-29 15:39:31 +01:00
image.h
key.c Styling inconsistencies 2009-03-30 12:53:12 +02:00
key.h client: implements per-client key bindings 2009-01-05 16:59:20 +01:00
keygrabber.c Styling inconsistencies 2009-03-30 12:53:12 +02:00
keygrabber.h
layout.c client: handle struts (a lot) better 2009-03-31 09:17:36 +02:00
layout.h layout: move layout code to Lua 2008-12-14 10:28:21 +01:00
LICENSE
luaa.c Styling inconsistencies 2009-03-30 12:53:12 +02:00
luaa.h luaa: remove otable C implementation 2009-03-14 17:20:17 +01:00
Makefile
mouse.c Styling inconsistencies 2009-03-30 12:53:12 +02:00
mouse.h mouse: add object_under_pointer 2008-12-14 10:28:23 +01:00
mousegrabber.c mouse: add object_under_pointer 2008-12-14 10:28:23 +01:00
mousegrabber.h
PATCHES
property.c client: allow special non-transient windows to be !above 2009-03-28 14:38:15 +01:00
property.h client: Expose leader_id. 2008-12-14 10:28:22 +01:00
README build: set minimum pango version required 2008-12-29 10:16:11 +01:00
screen.c screen, client: clamp strut size to relevant dimension 2009-03-31 09:17:37 +02:00
screen.h
selection.c selection: do not use a useless module 2009-01-06 17:02:08 +01:00
selection.h selection: do not use a useless module 2009-01-06 17:02:08 +01:00
stack.c
stack.h
structs.h client: handle struts (a lot) better 2009-03-31 09:17:36 +02:00
STYLE
swindow.c swindow: change border_width handling 2009-03-17 18:04:08 +01:00
swindow.h client, swindow: switch to a more convient definition of geometry 2008-12-14 10:28:24 +01:00
systray.c xembed: store windows in an array 2008-12-14 10:28:22 +01:00
systray.h
tag.c Styling inconsistencies 2009-03-30 12:53:12 +02:00
tag.h tag.h: remove extra ; 2009-01-18 10:56:31 +01:00
titlebar.c Styling inconsistencies 2009-03-30 12:53:12 +02:00
titlebar.h titlebar: redo the handling "a bit" 2009-03-28 14:36:35 +01:00
wibox.c client: handle struts (a lot) better 2009-03-31 09:17:36 +02:00
wibox.h titlebar: redo the handling "a bit" 2009-03-28 14:36:35 +01:00
widget.c wibox: add support for background image (FS#464) 2009-03-12 11:49:58 +01:00
widget.h wibox: simplify render proto 2009-01-16 15:26:40 +01:00
window.c buttons: change grabbing method 2009-03-12 11:49:58 +01:00
window.h buttons: change grabbing method 2009-03-12 11:49:58 +01:00

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

Requirements
------------
In order to build awesome itself, you need header files and libs of:
  - cmake (>= 2.6)
  - Xlib
  - xproto
  - xcb (>= 1.1)
  - xcb-util (>= 0.3)
  - Lua (>= 5.1)
  - cairo built with xcb support
  - pango and pangocairo (>= 1.19.3)
  - libev
  - Imlib2
  - dbus (optional, use -DWITH_DBUS=OFF with cmake to disable)
  - gperf

In order to build the awesome man pages and documentation,
you need these tools:
  - asciidoc
  - xmlto
  - docbook XSL stylesheets
  - luadoc

In order to build the source code reference, you need these tools:
  - doxygen
  - graphviz

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

  make

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

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 is provided in the sources.

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.