You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Emmanuel Lepage Vallée 8b1f8958b4
Merge pull request #3746 from Elv13/grid_border
Modernize the `wibox.layout.grid` module and add border support.
2 months ago
.github Use GITHUB_OUTPUT envvar instead of set-output command as the latter is deprecated 5 months ago
build-utils widget: Fix saving a widget to a file. 2 years ago
common Clear sigfuncs array using cptr_array_wipe 1 year ago
docs Merge pull request #3746 from Elv13/grid_border 2 months ago
icons icons: remove invaders 15 years ago
lib Merge pull request #3746 from Elv13/grid_border 2 months ago
manpages Make easier to cut-n-paste 4 years ago
objects Merge pull request #3857 from gldrk/ungrab-on-unmap 5 months ago
spec gears.surface: Add crop (#3882) 5 months ago
tests Merge pull request #3746 from Elv13/grid_border 2 months ago
themes #3432: default theme's tiletop.png layout icon is sized incorrectly. (#3650) 2 years ago
utils Replace /usr/bin/which with command -v (#3439) 3 years ago
.busted tests: busted: add config file, use --verbose by default (#2076) 7 years ago
.editorconfig chore(editorconfig): add yml config 2 years ago
.gitignore luacheck: enable cache (#2004) 7 years ago
.luacheckrc docs(github_actions): Remove Travis references 3 years ago
.luacov Travis: codecov: use -f with luacov output (#2563) 5 years ago
.mergify.yml ci(Mergify): configuration update (#3809) 1 year ago
AutoOption.cmake CMake: Add "AUTO" state for WITH_DBUS and GENERATE_MANPAGES 5 years ago
CMakeLists.txt doc: Find and post-process untracked SVG files. 2 years ago
ISSUE_TEMPLATE.md Add an ISSUE_TEMPLATE.md file (#997) 8 years ago
LICENSE
Makefile Minor: typos, Makefile aesthetics (#2690) 5 years ago
Packaging.cmake Packaging.cmake: cache CPACK_GENERATOR (#1924) 7 years ago
README.md Add README.md symlink 9 years ago
awesome-version-internal.h init: Add an API level concept to `capi`. 4 years ago
awesome.c Merge pull request #3553 from Aire-One/feat/lua54 2 years ago
awesome.desktop Remove deprecated Encoding key from awesome.desktop (#1394) 7 years ago
awesome.h
awesomeConfig.cmake chore: Allow Lua 5.4 to build and run 2 years ago
awesomerc.lua textbox: Rename `align` to `halign`. 2 years ago
banning.c Fix recursive enterleave ignore (#1747) 7 years ago
banning.h Clean up header includes 10 years ago
codecov.yml chore(codecov): adjust project threshold 2 years ago
color.c Fix some spelling errors (#3450) 3 years ago
color.h Correctly convert colors with alpha to a Lua string 6 years ago
config.h Use xcb-errors library if it is available 5 years ago
dbus.c doc: Add documentation linting and fix all issues it found. 2 years ago
dbus.h
draw.c Add awesome.pixbuf_to_surface 6 years ago
draw.h Add awesome.pixbuf_to_surface 6 years ago
event.c Refocus focused window for focus in events on the root window. (#3543) 2 years ago
event.h XKB update: Use an idle source 5 years ago
ewmh.c Fix _NET_CURRENT_DESKTOP ClientMessage handling (#3237) 3 years ago
ewmh.h C code: save all instead of just one client icons 7 years ago
globalconf.h cmd: Add more info to --version. 4 years ago
keygrabber.c keygrabber: Refactor to be an object instead of a function. 6 years ago
keygrabber.h Clean up header includes 10 years ago
luaa.c doc: Add a mandatory `@noreturn` for functions and methods. 2 years ago
luaa.h chore: Allow Lua 5.4 to build and run 2 years ago
mouse.c mouse: Update the property documentation. 2 years ago
mouse.h Revert "Support more than 5 mouse buttons" (FS#1082) 11 years ago
mousegrabber.c mousegrabber: add possible nil value as cursor. Closes #3721. (#3724) 2 years ago
mousegrabber.h Revert "Support more than 5 mouse buttons" (FS#1082) 11 years ago
options.c Fixed end of modeline handling (#3789) 5 months ago
options.h modeline: Check the first XDG and fallback paths for modelines. (#3172) 4 years ago
property.c Add more TOVOv5 for unfixable APIs. 4 years ago
property.h Add support for motif wm hints 6 years ago
root.c root: Update the property documentation. 2 years ago
selection.c doc: Use an explicit tag for all static functions. 5 years ago
selection.h Move setup of selection() to selection.c 5 years ago
spawn.c doc: Use an explicit tag for all static functions. 5 years ago
spawn.h Handle SIGCHLD ourselves instead of through GLib 6 years ago
stack.c doc: fix warnings from doxygen 9 years ago
stack.h Clean up header includes 10 years ago
strut.c geometry: Use the relevant rounding functions instead of integers 8 years ago
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) 2 years ago
systray.h Remove unused argument to systray_request_handle() 8 years ago
xkb.c doc: Add a mandatory `@noreturn` for functions and methods. 2 years ago
xkb.h XKB update: Use an idle source 5 years ago
xkb_utf32_to_keysym_compat.c Quick fix to support libxkbcommon >= 1.0. 4 years ago
xrdb.c Don't print warnings for non-existing xrdb values 7 years ago
xrdb.h Add a vim modeline to all C source 9 years ago
xwindow.c xwindow_translate_for_gravity: Change instead of set argument 6 years ago
xwindow.h Set WM_CLASS and WM_NAME on all our windows (#551) 9 years ago

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