Find a file
2008-02-12 10:29:41 +01:00
build-utils Honor GIT_DIR setting when determining version 2008-01-30 09:22:45 +01:00
common fix memory leak in smart_placement (with area_list_remove) and fix the algo 2008-02-11 17:15:28 +01:00
icons/layouts
layouts tag_setncol and tag_setnmaster shouldn't go over the numbers of clients 2008-02-05 14:21:20 +01:00
widgets do not draw win that skip focus 2008-02-12 10:29:41 +01:00
.gitignore remove awesome-check 2008-01-31 10:43:31 +01:00
AUTHORS
autogen.sh Honor GIT_DIR setting when determining version 2008-01-30 09:22:45 +01:00
awesome-client.1.txt
awesome-client.c rework include 2008-01-29 11:27:14 +01:00
awesome-message.c use PROGNAME 2008-02-08 11:51:40 +01:00
awesome.1.txt remove awesome-check, move that to an -k option to awesome 2008-01-31 10:21:03 +01:00
awesome.c drop error about killing client already killed 2008-02-08 16:06:01 +01:00
awesome.doxygen.in
awesome.h
awesomerc.1.txt add align option to widget to specify their alignment 2008-02-08 10:59:55 +01:00
awesomerc.in add scratch window support 2008-02-06 09:06:43 +01:00
client.c check transient and isfixed for setting floating state, even if we can loadprops 2008-02-12 10:19:59 +01:00
client.h add scratch window support 2008-02-06 09:06:43 +01:00
config.c switch KeySym to KeyCode 2008-02-08 14:35:32 +01:00
config.h split out config stuff 2008-01-31 16:34:00 +01:00
configure.ac Check whether 'xmlto man' actually works 2008-02-11 11:06:35 +01:00
event.c change focus raising 2008-02-09 23:12:40 +01:00
event.h
ewmh.c set skip focus on skip taskbar 2008-02-12 10:06:19 +01:00
ewmh.h rework include 2008-01-29 11:27:14 +01:00
focus.c change focus raising 2008-02-09 23:12:40 +01:00
focus.h
layout.c rename get_current_layout to layout_get_current() 2008-02-12 10:09:36 +01:00
layout.h rename get_current_layout to layout_get_current() 2008-02-12 10:09:36 +01:00
LICENSE
Makefile.am Check whether 'xmlto man' actually works 2008-02-11 11:06:35 +01:00
mouse.c rename get_current_layout to layout_get_current() 2008-02-12 10:09:36 +01:00
mouse.h
README add new awesome-check program to check configuration file syntax 2008-01-30 14:07:14 +01:00
rules.c introduce fuzzy logic: fix problem with not_master 2008-02-05 17:31:47 +01:00
rules.h introduce fuzzy logic: fix problem with not_master 2008-02-05 17:31:47 +01:00
screen.c change focus raising 2008-02-09 23:12:40 +01:00
screen.h rename some screens function 2008-01-30 09:36:52 +01:00
statusbar.c add align option to widget to specify their alignment 2008-02-08 10:59:55 +01:00
statusbar.h
structs.h switch KeySym to KeyCode 2008-02-08 14:35:32 +01:00
STYLE
tag.c fix was_selected tag attribute handling 2008-02-04 14:32:06 +01:00
tag.h rename get_current_tags to tags_get_current() 2008-01-29 08:31:13 +01:00
uicb.c add scratch window support 2008-02-06 09:06:43 +01:00
uicb.h
UPGRADE add UPGRADE to dist 2008-02-02 18:13:55 +01:00
widget.c add align option to widget to specify their alignment 2008-02-08 10:59:55 +01:00
widget.h rename netwmicon to focusicon 2008-02-06 20:13:41 +01:00
window.c rework include 2008-01-29 11:27:14 +01:00
window.h
xutil.c fix memory leak in smart_placement (with area_list_remove) and fix the algo 2008-02-11 17:15:28 +01:00
xutil.h

awesome
=======
awesome is an extremely fast, small, and dynamic window manager for X.

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.