Find a file
2007-12-14 16:40:08 +01:00
layouts rename isvisible() to client_isvisible() and move it in client.c 2007-12-14 16:38:12 +01:00
.gitignore remove dual-config: awesomerc is now preprocessed and compiled in awesome 2007-12-13 11:16:43 +01:00
AUTHORS add Nikos Ntarmos in AUTHORS 2007-11-14 17:21:12 +01:00
awesome-client-common.c fix memory allocation when DISPLAY is not set 2007-12-04 10:17:02 +01:00
awesome-client.1.txt add awesome-client.1 manpage and modify Makefile for this 2007-12-02 15:43:40 +01:00
awesome-client.c remove some useless #include 2007-12-05 14:31:15 +01:00
awesome-client.h add display name in socket path 2007-10-29 17:29:58 +01:00
awesome.1.txt remove my name from -v and accept --version 2007-12-14 16:32:34 +01:00
awesome.c remove my name from -v and accept --version 2007-12-14 16:32:34 +01:00
awesome.doxygen set version to devel 2007-09-18 23:30:10 +02:00
awesome.h split awesomeconf and screen config 2007-12-11 20:56:51 +01:00
awesomerc rename statusbar uicb and add uicb_statusbar_set_position 2007-12-14 15:52:52 +01:00
client.c move tag_client_with_rules() from client.c to tag.c 2007-12-14 16:40:08 +01:00
client.h move tag_client_with_rules() from client.c to tag.c 2007-12-14 16:40:08 +01:00
common.h split awesomeconf and screen config 2007-12-11 20:56:51 +01:00
config.c rename statusbar uicb and add uicb_statusbar_set_position 2007-12-14 15:52:52 +01:00
config.h use a linked list for handling tag <-> client relationship 2007-12-14 14:29:32 +01:00
config.mk remove -fgnu89-inline 2007-12-14 09:06:40 +01:00
draw.c use real and smaller surface size to draw statusbar when rotating 2007-11-13 21:23:13 +01:00
draw.h statusbar drawable is no more stored but dynamicaly created; this fix a problem with statusbar on right 2007-11-11 22:27:00 +01:00
event.c prefix some client functions with client 2007-12-14 16:05:10 +01:00
event.h split awesomeconf and screen config 2007-12-11 20:56:51 +01:00
layout.c rename isvisible() to client_isvisible() and move it in client.c 2007-12-14 16:38:12 +01:00
layout.h Improve the call signature of get_current_tag and get_current_layout. 2007-12-14 09:29:42 +01:00
LICENSE chance license to GPLv2 2007-09-12 14:29:51 +02:00
Makefile remove dual-config: awesomerc is now preprocessed and compiled in awesome 2007-12-13 11:16:43 +01:00
mouse.c Improve the call signature of get_current_tag and get_current_layout. 2007-12-14 09:29:42 +01:00
mouse.h rename uicb_*mouse to uicb_client_*mouse 2007-11-14 18:14:23 +01:00
README remove useless information about statusbar for now 2007-10-12 18:44:07 +02:00
rules.c get_client_screen_from_rules() is not needed; deleting 2007-11-13 22:50:54 +01:00
rules.h get_client_screen_from_rules() is not needed; deleting 2007-11-13 22:50:54 +01:00
screen.c cosmetic 2007-12-14 16:09:05 +01:00
screen.h Add uicb_screen_focus to switch to a specified screen. 2007-12-13 13:59:46 +01:00
statusbar.c rename statusbar uicb and add uicb_statusbar_set_position 2007-12-14 15:52:52 +01:00
statusbar.h rename statusbar uicb and add uicb_statusbar_set_position 2007-12-14 15:52:52 +01:00
STYLE add a rule to STYLE 2007-11-12 19:11:14 +01:00
tag.c move tag_client_with_rules() from client.c to tag.c 2007-12-14 16:40:08 +01:00
tag.h move tag_client_with_rules() from client.c to tag.c 2007-12-14 16:40:08 +01:00
uicb.c fix some includes and add copyright 2007-12-14 16:15:40 +01:00
uicb.h run_uicb() is static 2007-12-14 16:07:34 +01:00
util.c prefix eprint() with awesome: 2007-12-13 15:20:42 +01:00
util.h Comment typos. 2007-12-14 08:47:21 +01:00
window.c mouse button clicks on windows are now configurable 2007-11-14 17:18:16 +01:00
window.h remove some useless #include 2007-12-05 14:31:15 +01:00
xutil.c fix some includes and add copyright 2007-12-14 16:15:40 +01:00
xutil.h fix some includes and add copyright 2007-12-14 16:15:40 +01: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.