Go to file
Daniel Hahler 4d5a3eb3ba Fix awful.util.spawn*/.pread deprecation wrappers
- Fix `util.spawn_with_shell`.
 - Provide deprecation wrapper for awful.util.pread.
 - Return in deprecation wrapper for awful.util.spawn*.

Closes https://github.com/awesomeWM/awesome/pull/506.
Closes https://github.com/awesomeWM/awesome/pull/511.
2015-10-10 22:19:45 +02:00
build-tests
build-utils lgi-check.sh: Add dependencies to GLib and Gio 2015-08-13 09:09:14 +02:00
common Fix the definition of A_STRNEQ_CASE 2015-09-28 23:34:52 +02:00
docs
icons
lib Fix awful.util.spawn*/.pread deprecation wrappers 2015-10-10 22:19:45 +02:00
manpages Remove F1-9 bindings from the manpages. 2013-03-10 11:22:35 +01:00
objects Merge branch 'client_resize_do-prefer-current' of https://github.com/blueyed/awesome 2015-10-10 19:57:45 +02:00
spec Enhance menubar icon path lookup 2015-09-26 11:45:38 +09:00
tests Merge branch 'snid_callback' of https://github.com/Elv13/awesome-1 2015-10-10 19:52:41 +02:00
themes feat(themes: default): add icons for minimize button 2015-09-13 14:41:07 +02:00
utils
.gitignore
.travis.yml Travis: add luajit-5.1 2015-09-28 23:35:22 +02:00
CMakeLists.txt Modify CFLAGS handling 2015-09-19 12:02:03 +02:00
LICENSE
Makefile
README.md
awesome-version-internal.h
awesome.c Never explicitly focus the root window 2015-09-28 23:36:23 +02:00
awesome.desktop
awesome.h
awesomeConfig.cmake Modify CFLAGS handling 2015-09-19 12:02:03 +02:00
awesomerc.lua Merge branch 'master' of https://github.com/everslick/awesome 2015-10-10 19:58:45 +02:00
banning.c
banning.h Clean up header includes 2014-03-30 20:07:48 +02:00
color.c
color.h
config.h
dbus.c Expose dbus signal sender 2015-09-23 21:05:03 +02:00
dbus.h
draw.c
draw.h
event.c Rename client_maybevisible to client_on_selected_tags 2015-09-25 00:43:52 +02:00
event.h drawin: lazily configure drawin windows 2015-08-23 15:25:23 +02:00
ewmh.c
ewmh.h
globalconf.h Never explicitly focus the root window 2015-09-28 23:36:23 +02:00
keygrabber.c
keygrabber.h
luaa.c Add and use luaA_tolstring() 2015-09-29 00:28:26 +02:00
luaa.h
mouse.c
mouse.h
mousegrabber.c Document C API directly in the C source code 2015-06-19 23:13:31 +02:00
mousegrabber.h
property.c
property.h
root.c
selection.c
selection.h
spawn.c
spawn.h
stack.c
stack.h
strut.c
strut.h
systray.c
systray.h remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
xkb.c
xkb.h
xrdb.c
xrdb.h
xwindow.c
xwindow.h Clean up header includes 2014-03-30 20:07:48 +02:00

README.md

Readme

About awesome

awesome is a highly configurable, next generation framework window manager for X.

Building and installation

After extracting the dist tarball, run:

make

This will create a build directory, run cmake in it and build awesome.

After building is finished, you can install:

make install  # you might need root permissions

Running awesome

You can directly select awesome from your display manager. If not, you can add the following line to your .xinitrc to start awesome using startx or to .xsession to start awesome using your display manager:

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 $XDG_CONFIG_HOME/awesome/rc.lua file, typically ~/.config/awesome/rc.lua.

An example configuration named awesomerc.lua.in is provided in the source.

Troubleshooting

On most systems any message printed by awesome (including warnings and errors) is written to ~/.xsession-errors.

If awesome does not start or the configuration file is not producing the desired results the user should examine this file to gain insight into the problem.

Reporting issues

Please report any issues you may find on our bugtracker. You can submit pull requests on the github repository. Please read the @{02-contributing.md} guide for any coding, documentation or patch guidelines.

Status

Build Status

Documentation

Online documentation is available at http://awesome.naquadah.org/doc/, and can be built using make ldoc.

License

The project is licensed under GNU General Publice License v2 or later. You can read it online at (v2 or v3).