Find a file
2008-01-11 16:41:03 +01:00
icons/layouts optimize PNG files 2007-12-29 11:26:25 +01:00
layouts Rewrite everything about client geoemtry, resize, etc. 2008-01-06 20:36:39 +01:00
widgets fix flags assignment 2008-01-11 16:01:10 +01:00
.gitignore add manpages to .gitignore 2008-01-06 21:47:43 +01:00
AUTHORS add 2008 copyright notice 2008-01-02 16:59:43 +01:00
autogen.sh autogen.sh: update package version when necessary 2008-01-09 17:47:59 +01:00
awesome-client-common.c add 2008 copyright notice 2008-01-02 16:59:43 +01:00
awesome-client.1.txt an emtpy line flushes data into awesome (in awesome-client) 2008-01-10 07:10:35 +01:00
awesome-client.c Add a 'flush'-like function to awesome-client 2008-01-07 19:59:26 +01:00
awesome-client.h add 2008 copyright notice 2008-01-02 16:59:43 +01:00
awesome.1.txt manpage update (scale, max and awesomerc(1)) 2008-01-07 16:05:55 +01:00
awesome.c do not try to guess where we should XSync(), XSync after bunch of XEvents 2008-01-11 16:17:15 +01:00
awesome.doxygen.in switch to autotools as build system 2008-01-04 20:49:49 +01:00
awesome.h simplify unmanage code 2008-01-06 21:57:53 +01:00
awesomerc.1.txt add tag_create UICB documentation 2008-01-11 12:01:53 +01:00
awesomerc.in Substitute icon path in awesomerc (2/2) 2008-01-09 09:08:49 +01:00
client.c fix maximization on floating layouts 2008-01-11 16:41:03 +01:00
client.h simplify unmanage code 2008-01-06 21:57:53 +01:00
config.c add nscreen var to store screen count 2008-01-11 13:39:48 +01:00
config.h restart on XRandR event 2008-01-11 13:41:29 +01:00
configure.ac Document AWESOME_CFLAGS, and use only with gcc 2008-01-04 22:06:52 +01:00
draw.c not needed i_tmp variable removed and using h_index instead 2008-01-07 09:24:31 +01:00
draw.h rename textwidth to draw_textwidth 2008-01-06 22:57:23 +01:00
event.c do not try to guess where we should XSync(), XSync after bunch of XEvents 2008-01-11 16:17:15 +01:00
event.h add 2008 copyright notice 2008-01-02 16:59:43 +01:00
ewmh.c does not set only floating, also resize 2008-01-11 13:37:45 +01:00
ewmh.h move NetWMIcon get to ewmh.c 2008-01-03 19:02:23 +01:00
focus.c bug fix: wrong tag tested 2008-01-03 12:14:24 +01:00
focus.h add 2008 copyright notice 2008-01-02 16:59:43 +01:00
layout.c do not try to guess where we should XSync(), XSync after bunch of XEvents 2008-01-11 16:17:15 +01:00
layout.h change Layout linked list to by cycling 2008-01-11 10:32:44 +01:00
LICENSE chance license to GPLv2 2007-09-12 14:29:51 +02:00
Makefile.am do not install LICENSE file 2008-01-10 15:13:49 +01:00
mouse.c stop dropping EnterWindow event 2008-01-10 20:53:31 +01:00
mouse.h replace UICB_PROTO macro by a typedef 2008-01-01 17:25:48 +01:00
README More detailed elaboration on build requirements 2008-01-09 17:45:36 +01:00
rules.c Revert "force windows to tile mode" - it's useful afterall to not consider "no value" as "false" 2008-01-07 00:36:45 +01:00
rules.h Revert "force windows to tile mode" - it's useful afterall to not consider "no value" as "false" 2008-01-07 00:36:45 +01:00
screen.c XFree data returned by XineramaQueryScreens in get_screen_count(...) 2008-01-11 13:58:27 +01:00
screen.h rework headers inclusion 2008-01-01 18:02:36 +01:00
statusbar.c do not try to guess where we should XSync(), XSync after bunch of XEvents 2008-01-11 16:17:15 +01:00
statusbar.h stop dropping EnterWindow event 2008-01-10 20:53:31 +01:00
STYLE The preferred line length is 80 characters. 2007-12-18 11:27:26 +01:00
tag.c invalidate cache on tag switching 2008-01-11 16:01:10 +01:00
tag.h move toggle floating function to layout.c and fix problem when moving with mouse tiled windows 2008-01-07 13:38:26 +01:00
uicb.c add nscreen var to store screen count 2008-01-11 13:39:48 +01:00
uicb.h replace UICB_PROTO macro by a typedef 2008-01-01 17:25:48 +01:00
util.c Remove single occurance of die, and then remove die itself. 2007-12-19 10:42:00 +01:00
util.h add a_strncat() 2008-01-07 15:48:04 +01:00
widget.c fix widget invalidation 2008-01-11 16:01:10 +01:00
widget.h use a cache system for status bar 2008-01-07 18:12:38 +01:00
window.c do not try to guess where we should XSync(), XSync after bunch of XEvents 2008-01-11 16:17:15 +01:00
window.h simplify window_configure() args 2008-01-05 20:25:55 +01:00
xutil.c remove Display arg of xgettextprop() 2008-01-06 22:53:40 +01:00
xutil.h remove Display arg of xgettextprop() 2008-01-06 22:53: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 itself, you need header files and libs of:
  - Xlib, Xinerama, Xrandr, Xft
  - libconfuse >= 2.6
  - cairo

In order to build the awesome man pages, you need these tools:
  - asciidoc (recent version)
  - xmlto (recent version)
  - docbook XSL stylesheets

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

Building and Installation
-------------------------
If building from git sources, run "./autogen.sh". When autoreconf has
finished, you can follow the following instructions for building a dist
tarball.

After extracting the dist tarball, run "./configure --help" and figure out
what you might want to adapt for your system. Then run ./configure with the
proper parameters, and build and install:

  ./configure [...]
  make
  make install # might need root permissions

If you're using gcc as your compiler and do not want awesome's default set
of warning flags, add AWESOME_CFLAGS="" to your "make" lines.

The source code reference can be built with "make doc".

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.