Find a file
Julien Danjou 76e978597f change default Lua code execution to Mod4+x
Signed-off-by: Julien Danjou <julien@danjou.info>
2009-04-17 18:19:37 +02:00
build-utils layout: move layout code to Lua 2008-12-14 10:28:21 +01:00
common cleanup #includes 2009-04-17 16:52:25 +02:00
icons
lib lib: fix libs to use new awful.button 2009-04-17 18:08:52 +02:00
manpages change default Lua code execution to Mod4+x 2009-04-17 18:19:37 +02:00
themes awful.titlebar: more buttons added 2009-04-12 14:24:50 +02:00
utils import new awesome-client using D-Bus 2009-04-08 17:30:18 +02:00
widgets screen: replace screens pointer by a screen_t array 2009-04-17 16:14:09 +02:00
.gitignore gitignore: remove awesome-client 2009-04-11 16:10:42 +02:00
AUTHORS update AUTHORS 2009-04-08 19:01:20 +02:00
awesome-version-internal.h.in
awesome.c cleanup #includes 2009-04-17 16:52:25 +02:00
awesome.desktop
awesome.doxygen.in layout: move layout code to Lua 2008-12-14 10:28:21 +01:00
awesome.h
awesomeConfig.cmake awesome: use xcb_event error code 2009-04-15 12:01:55 +02:00
awesomerc.lua.in change default Lua code execution to Mod4+x 2009-04-17 18:19:37 +02:00
BUGS
client.c cleanup #includes 2009-04-17 16:52:25 +02:00
client.h cleanup #includes 2009-04-17 16:52:25 +02:00
CMakeLists.txt root: split out of luaa 2009-04-17 11:50:20 +02:00
cnode.c
cnode.h cleanup #includes 2009-04-17 16:52:25 +02:00
config.h.in config.h: always compile with Imlib2, so remove define 2009-04-17 16:34:00 +02:00
dbus.c cleanup #includes 2009-04-17 16:52:25 +02:00
dbus.h
draw.c cleanup #includes 2009-04-17 16:52:25 +02:00
draw.h Change xcolor_t::initialized into a bool 2009-04-15 12:01:41 +02:00
event.c cleanup #includes 2009-04-17 16:52:25 +02:00
event.h cleanup #includes 2009-04-17 16:52:25 +02:00
ewmh.c cleanup #includes 2009-04-17 16:52:25 +02:00
ewmh.h image: use new object system 2009-04-12 15:11:32 +02:00
hooks.c spawn: add support for startup-notification 2009-04-14 14:23:38 +02:00
image.c cleanup #includes 2009-04-17 16:52:25 +02:00
image.h image: use new object system 2009-04-12 15:11:32 +02:00
key.c cleanup #includes 2009-04-17 16:52:25 +02:00
key.h cleanup #includes 2009-04-17 16:52:25 +02:00
keygrabber.c cleanup #includes 2009-04-17 16:52:25 +02:00
keygrabber.h
layout.c screen: replace screens pointer by a screen_t array 2009-04-17 16:14:09 +02:00
layout.h layout: move layout code to Lua 2008-12-14 10:28:21 +01:00
LICENSE
luaa.c cleanup #includes 2009-04-17 16:52:25 +02:00
luaa.h cleanup #includes 2009-04-17 16:52:25 +02:00
Makefile awesome-client: remove socket code 2009-04-08 17:56:25 +02:00
mouse.c cleanup #includes 2009-04-17 16:52:25 +02:00
mouse.h button: use new Lua object system 2009-04-12 15:11:33 +02:00
mousegrabber.c cleanup #includes 2009-04-17 16:52:25 +02:00
mousegrabber.h
PATCHES
property.c cleanup #includes 2009-04-17 16:52:25 +02:00
property.h client: store class and instance 2009-04-04 13:54:51 +02:00
README build: set minimum pango version required 2008-12-29 10:16:11 +01:00
root.c cleanup #includes 2009-04-17 16:52:25 +02:00
screen.c cleanup #includes 2009-04-17 16:52:25 +02:00
screen.h cleanup #includes 2009-04-17 16:52:25 +02:00
selection.c cleanup #includes 2009-04-17 16:52:25 +02:00
selection.h selection: do not use a useless module 2009-01-06 17:02:08 +01:00
spawn.c screen: replace screens pointer by a screen_t array 2009-04-17 16:14:09 +02:00
spawn.h cleanup #includes 2009-04-17 16:52:25 +02:00
stack.c cleanup #includes 2009-04-17 16:52:25 +02:00
stack.h
structs.h cleanup #includes 2009-04-17 16:52:25 +02:00
STYLE
swindow.c Move the definition of globalconf into a header file 2009-04-10 16:32:42 +02:00
swindow.h cleanup #includes 2009-04-17 16:52:25 +02:00
systray.c cleanup #includes 2009-04-17 16:52:25 +02:00
systray.h
tag.c tag: reset screen later 2009-04-17 17:21:59 +02:00
tag.h cleanup #includes 2009-04-17 16:52:25 +02:00
titlebar.c screen: replace screens pointer by a screen_t array 2009-04-17 16:14:09 +02:00
titlebar.h screen: replace screens pointer by a screen_t array 2009-04-17 16:14:09 +02:00
wibox.c cleanup #includes 2009-04-17 16:52:25 +02:00
wibox.h wibox: move struct definition into wibox.h 2009-04-17 16:25:14 +02:00
widget.c cleanup #includes 2009-04-17 16:52:25 +02:00
widget.h cleanup #includes 2009-04-17 16:52:25 +02:00
window.c key: stop ignoring arbitrary modifier 2009-04-15 12:01:55 +02:00
window.h client: move window function into window.c 2009-04-07 15:58:09 +02: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.