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
Actionless Loveless 2d6244f944
doc(progressbar): sanitize paddings/margins (#3556)
2 years ago
.github fix(gh-actions) LGI install to Lua 5.4 location 2 years ago
build-utils chore(github_actions): Remove Travis files 3 years ago
common Move variable declarations from header to C file to fix build with GCC 10 4 years ago
docs fix: Docs update to specify rule callback as being run before properties applied 2 years ago
icons icons: remove invaders 15 years ago
lib doc(progressbar): sanitize paddings/margins (#3556) 2 years ago
manpages Make easier to cut-n-paste 4 years ago
objects Relocate a client window as if it is undecorated when reparenting it back. It eliminates the position offset due to re-decorating when a client trys to restore its previous position. (#3253) 2 years ago
spec Multi-row support of systray by taking a beautiful variable specifying the maximum number of rows to fill per column. (#3520) 2 years ago
tests Relocate a client window as if it is undecorated when reparenting it back. It eliminates the position offset due to re-decorating when a client trys to restore its previous position. (#3253) 2 years ago
themes theme: Use a SVG wallpaper for the xresources theme. 3 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 Add an EditorConfig file 9 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 Remove coveralls. (#3486) 3 years ago
AutoOption.cmake CMake: Add "AUTO" state for WITH_DBUS and GENERATE_MANPAGES 5 years ago
CMakeLists.txt build: Fix a recent regression when tests are built. 3 years ago
ISSUE_TEMPLATE.md Add an ISSUE_TEMPLATE.md file (#997) 8 years ago
LICENSE chance license to GPLv2 17 years ago
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 remove encoding=utf-8 from modelines 13 years ago
awesomeConfig.cmake chore: Allow Lua 5.4 to build and run 2 years ago
awesomerc.lua rc.lua: Switch to awful.wallpaper 3 years ago
banning.c Fix recursive enterleave ignore (#1747) 7 years ago
banning.h Clean up header includes 10 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 dbus.c: Handle invalid bus names 5 years ago
dbus.h remove encoding=utf-8 from modelines 13 years ago
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 Fix some spelling errors (#3450) 3 years ago
luaa.h chore: Allow Lua 5.4 to build and run 2 years ago
mouse.c doc: Modify the template to allow merging sections. 5 years ago
mouse.h Revert "Support more than 5 mouse buttons" (FS#1082) 11 years ago
mousegrabber.c doc(mousegrabber): Improve cursor list 3 years ago
mousegrabber.h Revert "Support more than 5 mouse buttons" (FS#1082) 11 years ago
options.c Fix some spelling errors (#3450) 3 years 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 Update root.c 3 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 remove encoding=utf-8 from modelines 13 years ago
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: Use an explicit tag for all static functions. 5 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
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 a 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).