Go to file
Julien Danjou a07669c52c remove applyrules() function 2007-11-13 22:42:12 +01:00
layouts ncol is now configurable per tag 2007-11-11 11:55:20 +01:00
.gitignore added awesome-client to ignore list 2007-11-04 17:39:04 +01:00
AUTHORS cosmetic: remove lines with empty spaces at end 2007-10-03 17:26:14 +02:00
LICENSE chance license to GPLv2 2007-09-12 14:29:51 +02:00
Makefile add new rules.c file with new functions for using Rule-s struct 2007-11-13 21:41:57 +01:00
README remove useless information about statusbar for now 2007-10-12 18:44:07 +02:00
STYLE add a rule to STYLE 2007-11-12 19:11:14 +01:00
awesome-client-common.c add display name in socket path 2007-10-29 17:29:58 +01:00
awesome-client.c add display name in socket path 2007-10-29 17:29:58 +01:00
awesome-client.h add display name in socket path 2007-10-29 17:29:58 +01:00
awesome.1 awesome(1): Fixed a typo. 2007-10-27 18:09:07 +02:00
awesome.c rules are now stored in a linked list 2007-11-12 19:25:10 +01:00
awesome.doxygen set version to devel 2007-09-18 23:30:10 +02:00
awesome.h add cleanup_screen() and setup_screen() functions to split init/clean ops 2007-10-30 14:59:24 +01:00
awesomerc screen can now be specified in rules 2007-11-12 18:21:03 +01:00
client.c stop using applyrules() and do some stuff ourselves 2007-11-13 22:41:56 +01:00
client.h implement uicb_reloadconfig 2007-10-31 11:37:38 +01:00
common.h tabswidth is 4 not 6 2007-10-15 13:56:24 +02:00
config.c fix Rule linked list handling in config 2007-11-13 22:29:33 +01:00
config.h rules are now stored in a linked list 2007-11-12 19:25:10 +01:00
config.mk Make config.mk bsd-friendly 2007-11-08 11:40:35 +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 remove nkeys: keys is now a linked list 2007-11-12 17:22:40 +01:00
event.h resizemouse() is now an uicb function 2007-11-12 14:06:59 +01:00
layout.c Remove current tab support 2007-11-10 10:45:32 +01:00
layout.h rewrite get_current_tag_number() in get_current_tag() 2007-10-26 22:15:26 +02:00
rules.c rename is_client_tag_from_rules() to is_tag_match_rules() and fix a potential error in it 2007-11-13 22:41:23 +01:00
rules.h rename is_client_tag_from_rules() to is_tag_match_rules() and fix a potential error in it 2007-11-13 22:41:23 +01:00
screen.c experimental support for status bar to be on right or left 2007-11-11 18:59:11 +01:00
screen.h tabswidth is 4 not 6 2007-10-15 13:56:24 +02:00
statusbar.c use real and smaller surface size to draw statusbar when rotating 2007-11-13 21:23:13 +01:00
statusbar.h fix information headers 2007-10-17 10:53:32 +02:00
tag.c remove applyrules() function 2007-11-13 22:42:12 +01:00
tag.h remove applyrules() function 2007-11-13 22:42:12 +01: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
window.c use linked list instead of tabs for mouse bindings 2007-11-12 13:21:28 +01:00
window.h use linked list instead of tabs for mouse bindings 2007-11-12 13:21:28 +01:00

README

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.