Find a file
2007-10-15 20:23:54 +02:00
layouts arrange() does not need Display as arg 2007-10-15 18:23:05 +02:00
.gitignore add .gitignore for *.o and awesome binary 2007-10-02 18:45:59 +02:00
AUTHORS cosmetic: remove lines with empty spaces at end 2007-10-03 17:26:14 +02:00
awesome.1 update manpage 2007-09-18 23:22:39 +02:00
awesome.c fix initstatusbar() 2007-10-15 20:23:45 +02:00
awesome.doxygen set version to devel 2007-09-18 23:30:10 +02:00
awesome.h tabswidth is 4 not 6 2007-10-15 13:56:24 +02:00
awesomerc minimal tab support 2007-10-15 16:28:36 +02:00
client.c untab on unmanage 2007-10-15 20:23:54 +02:00
client.h focus does not need Display as arg 2007-10-15 18:25:29 +02:00
common.h tabswidth is 4 not 6 2007-10-15 13:56:24 +02:00
config.c cosmetic 2007-10-15 17:33:28 +02:00
config.h minimal tab support 2007-10-15 16:28:36 +02:00
config.mk use Cairo for rendering square instead of Xlib 2007-10-10 19:59:14 +02:00
draw.c tabswidth is 4 not 6 2007-10-15 13:56:24 +02:00
draw.h tabswidth is 4 not 6 2007-10-15 13:56:24 +02:00
event.c restack does not need Display as arg 2007-10-15 18:28:07 +02:00
event.h grabkeys does not need display/screen as arg 2007-10-15 18:17:33 +02:00
layout.c restack does not need Display as arg 2007-10-15 18:28:07 +02:00
layout.h restack does not need Display as arg 2007-10-15 18:28:07 +02:00
LICENSE chance license to GPLv2 2007-09-12 14:29:51 +02:00
Makefile minimal tab support 2007-10-15 16:28:36 +02:00
README remove useless information about statusbar for now 2007-10-12 18:44:07 +02:00
screen.c restack does not need Display as arg 2007-10-15 18:28:07 +02:00
screen.h tabswidth is 4 not 6 2007-10-15 13:56:24 +02:00
statusbar.c arrange() does not need Display as arg 2007-10-15 18:23:05 +02:00
statusbar.h drawstatusbar does not need display as arg 2007-10-15 18:19:33 +02:00
STYLE add coding style stuff 2007-10-15 13:40:52 +02:00
tab.c focus does not need Display as arg 2007-10-15 18:25:29 +02:00
tab.h split untab function 2007-10-15 17:15:10 +02:00
tag.c arrange() does not need Display as arg 2007-10-15 18:23:05 +02:00
tag.h tabswidth is 4 not 6 2007-10-15 13:56:24 +02:00
uicb.c parse uicb command with no arguments and no tailing space 2007-10-15 19:32:28 +02:00
uicb.h tabswidth is 4 not 6 2007-10-15 13:56:24 +02:00
util.c tabswidth is 4 not 6 2007-10-15 13:56:24 +02:00
util.h tabswidth is 4 not 6 2007-10-15 13:56:24 +02:00

awesome
=======
awesome is an extremely fast, small, and dynamic window manager for X.
It's based on dwm.

Requirements
------------
In order to build awesome you need the Xlib header files, libconfuse and cairo.

Installation
------------
Edit config.mk to match your local setup (awesome is installed into
the /usr/local namespace by default).

Afterwards enter the following command to build and install awesome (if
necessary as root):

    make install

Running awesome
-----------
Add the following line to your .xinitrc to start awesome using startx
or to .xsession to start awesome using gdm/kdm/xdm...:

    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 ~/.awesomerc file.
An example is provided in the sources.