No description
  • Lua 77.4%
  • C 21.1%
  • CMake 1.1%
  • Shell 0.4%
Find a file
2026-03-17 23:55:08 +00:00
.github Fix ldoc errors and warnings following #4042 (#4047) 2026-02-07 20:42:33 +01:00
build-utils widget: Fix saving a widget to a file. 2022-08-29 22:48:36 -07:00
common refactor: use variable-length arrays instead of p_alloca (#4061) 2026-03-08 03:26:33 +00:00
docs Fix ldoc errors and warnings following #4042 (#4047) 2026-02-07 20:42:33 +01:00
icons
lib feat(keyboard): add group support for append_client_keybindings (#4079) 2026-03-17 23:55:08 +00:00
manpages Make easier to cut-n-paste 2020-10-09 11:30:17 -07:00
objects refactor: use lua_pushliteral instead of lua_pushstring (#4066) 2026-03-13 10:42:24 +01:00
spec gears.surface: Add crop (#3882) 2023-12-31 15:15:50 -08:00
tests feat(keyboard): add group support for append_client_keybindings (#4079) 2026-03-17 23:55:08 +00:00
themes #3432: default theme's tiletop.png layout icon is sized incorrectly. (#3650) 2022-06-30 00:00:33 +02:00
utils fix(awesome-client): ensure there are CLI arguments before reexec'ing 2025-10-08 11:14:17 +02:00
.busted tests: busted: add config file, use --verbose by default (#2076) 2017-10-22 18:05:00 +02:00
.editorconfig chore(editorconfig): add yml config 2022-03-23 20:07:27 +01:00
.gitignore luacheck: enable cache (#2004) 2017-08-20 22:50:30 +02:00
.luacheckrc docs(github_actions): Remove Travis references 2021-05-06 20:05:02 +02:00
.luacov Travis: codecov: use -f with luacov output (#2563) 2019-01-10 10:56:39 +01:00
.mergify.yml chore(mergify): squash PRs by default (#4040) 2026-01-04 00:56:23 +01:00
AutoOption.cmake CMake: Add "AUTO" state for WITH_DBUS and GENERATE_MANPAGES 2019-02-19 07:55:41 +01:00
awesome-version-internal.h init: Add an API level concept to capi. 2020-02-08 17:18:01 -05:00
awesome.c refactor(awesome): use arrays instead of pointer (#4065) 2026-03-08 08:04:58 +00:00
awesome.desktop Remove deprecated Encoding key from awesome.desktop (#1394) 2017-01-13 22:21:50 +01:00
awesome.h
awesomeConfig.cmake Update required CMake support (#4012) 2025-11-03 02:41:12 +01:00
awesomerc.lua textbox: Rename align to halign. 2022-09-06 16:11:04 -07:00
banning.c Fix recursive enterleave ignore (#1747) 2017-04-21 18:53:25 +02:00
banning.h
CMakeLists.txt Implement xcb input shapes (#4036) 2026-02-06 13:39:41 +00:00
codecov.yml chore(codecov): add threshold for patch coverage (#4033) 2025-11-03 02:43:21 +01:00
color.c Fix some spelling errors (#3450) 2021-10-04 19:20:03 -07:00
color.h Correctly convert colors with alpha to a Lua string 2018-03-03 10:57:48 +01:00
config.h Use xcb-errors library if it is available 2019-03-03 09:15:29 +01:00
dbus.c doc: Add documentation linting and fix all issues it found. 2022-08-29 22:48:54 -07:00
dbus.h
draw.c Add awesome.pixbuf_to_surface 2018-01-18 18:10:35 +01:00
draw.h Add awesome.pixbuf_to_surface 2018-01-18 18:10:35 +01:00
event.c refactor: use lua_pushliteral instead of lua_pushstring (#4066) 2026-03-13 10:42:24 +01:00
event.h XKB update: Use an idle source 2019-02-18 13:45:34 +01:00
ewmh.c refactor: use lua_pushliteral instead of lua_pushstring (#4066) 2026-03-13 10:42:24 +01:00
ewmh.h C code: save all instead of just one client icons 2017-03-07 22:45:49 +01:00
globalconf.h Rewrite the xcursor caching code 2025-11-14 16:30:19 +00:00
ISSUE_TEMPLATE.md Add an ISSUE_TEMPLATE.md file (#997) 2016-07-09 19:18:02 +02:00
keygrabber.c keygrabber: Refactor to be an object instead of a function. 2018-08-06 19:03:25 -04:00
keygrabber.h
LICENSE
luaa.c refactor: use lua_pushliteral instead of lua_pushstring (#4066) 2026-03-13 10:42:24 +01:00
luaa.h chore: Allow Lua 5.4 to build and run 2022-01-22 17:47:57 +01:00
Makefile Minor: typos, Makefile aesthetics (#2690) 2019-02-22 08:42:43 +01:00
mouse.c chore(mouse): provide the correct table size (#4078) 2026-03-15 00:00:52 +00:00
mouse.h
mousegrabber.c Rewrite the xcursor caching code 2025-11-14 16:30:19 +00:00
mousegrabber.h
options.c chore: remove unnecessary array initialization (#4052) 2026-03-08 04:14:16 +01:00
options.h doc: fix typos for options 2025-10-28 15:50:30 +08:00
Packaging.cmake Packaging.cmake: cache CPACK_GENERATOR (#1924) 2017-07-21 01:06:59 +02:00
property.c Add more TOVOv5 for unfixable APIs. 2020-01-11 15:43:31 -08:00
property.h Add support for motif wm hints 2018-08-03 19:19:43 +02:00
README.md
root.c Rewrite the xcursor caching code 2025-11-14 16:30:19 +00:00
selection.c doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
selection.h Move setup of selection() to selection.c 2019-02-16 15:44:42 +01:00
spawn.c feat: allow passing G_SPAWN stdio flags to awesome.spawn (#3932) 2024-11-19 14:56:09 +01:00
spawn.h Handle SIGCHLD ourselves instead of through GLib 2018-08-21 15:30:07 +02:00
stack.c
stack.h
strut.c geometry: Use the relevant rounding functions instead of integers 2016-04-18 04:20:22 -04:00
strut.h
systray.c Multi-row support of systray by taking a beautiful variable specifying the maximum number of rows to fill per column. (#3520) 2021-12-30 13:22:31 -08:00
systray.h Remove unused argument to systray_request_handle() 2016-05-29 14:33:23 +02:00
xkb.c doc: Add a mandatory @noreturn for functions and methods. 2022-08-29 22:49:45 -07:00
xkb.h XKB update: Use an idle source 2019-02-18 13:45:34 +01:00
xkb_utf32_to_keysym_compat.c Quick fix to support libxkbcommon >= 1.0. 2020-09-13 21:54:56 -07:00
xrdb.c Don't print warnings for non-existing xrdb values 2017-05-24 10:06:24 +02:00
xrdb.h
xwindow.c xwindow_translate_for_gravity: Change instead of set argument 2018-08-17 09:58:30 +02:00
xwindow.h

Readme

About Awesome

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

Building and installation

After extracting the dist tarball or cloning the repository, run:

make
sudo make install

This will

  1. create a build directory at ./build,
  2. run cmake,
  3. build Awesome and
  4. install it to the default prefix path /usr/local.

Alternatively to the above, you can generate a .deb or .rpm package, for easy installation management:

make package

sudo dpkg -i awesome-x.y.z.deb
# or
sudo rpm -Uvh awesome-x.y.z.rpm

Advanced options and testing

A full list of dependencies, more advanced build options, as well as instructions on how to use the test suite can be found here.

Installing current git master as a package receipts

Arch Linux AUR

sudo pacman -S --needed base-devel git
git clone https://aur.archlinux.org/awesome-git.git
cd awesome-git
makepkg -fsri

Debian-based

sudo apt build-dep awesome
sudo apt install libxcb-xfixes0-dev 
git clone https://github.com/awesomewm/awesome
cd awesome
make package
cd build
sudo apt install ./*.deb

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 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.

Debugging tips

You can call awesome with gdb like this:

DISPLAY=:2 gdb awesome

Then in gdb set any arguments and run it:

(gdb) set args --replace
(gdb) run

Asking questions

IRC

You can join us in the #awesome channel on the OFTC IRC network.

IRC Webchat

Stack Overflow

You can ask questions on Stack Overflow.

Reddit

We also have an awesome subreddit where you can share your work and ask questions.

Reporting issues

Please report any issues you may find on our bugtracker.

Contributing code

You can submit pull requests on the GitHub repository. Please read the contributing guide for any coding, documentation or patch guidelines.

Status

Build Status

Documentation

Online documentation is available here.

License

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