Find a file
Emmanuel Lepage Vallee d99f8461ef naughty.legacy: Do not update the text if the notification has no widget
If the notification has been created without a legacy widget, it would
try to update some widgets that have never been created.
2019-04-05 21:06:11 -04:00
build-utils Travis: apidoc: fix build URL (#2705) 2019-02-25 13:50:54 +01:00
common Use xcb-errors library if it is available 2019-03-03 09:15:29 +01:00
docs doc: Add a deprecated property section. 2019-04-05 21:06:11 -04:00
icons
lib naughty.legacy: Do not update the text if the notification has no widget 2019-04-05 21:06:11 -04:00
manpages manpages/awesome.1.de.txt: fix headings 2019-01-04 16:16:45 +01:00
objects Make sure we always flush after xcb_ungrab_server() 2019-02-27 10:20:22 +01:00
spec Add get_random_file_from_dir to gears.filesystem 2019-02-16 13:58:24 -05:00
tests background: Update all users so they don't use the deprecated name. 2019-04-05 21:06:11 -04:00
themes themes/xresources/assets.lua: use raw=true with deprecation 2018-10-03 17:37:35 +02:00
utils awesome-client: handle multiple args (#2551) 2019-01-10 19:10:11 +01:00
.busted tests: busted: add config file, use --verbose by default (#2076) 2017-10-22 18:05:00 +02:00
.editorconfig
.gitignore luacheck: enable cache (#2004) 2017-08-20 22:50:30 +02:00
.luacheckrc Move selection API under the "selection" global 2019-02-26 22:16:49 +01:00
.luacov Travis: codecov: use -f with luacov output (#2563) 2019-01-10 10:56:39 +01:00
.mergify.yml ci: mergify: update for Travis, remove Codacy (#2627) 2019-01-29 12:53:24 +01:00
.travis.yml .travis.yml: Install libxcb-errors in one of the builds 2019-03-03 09:16:38 +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
awesome.c Use xcb-errors library if it is available 2019-03-03 09:15:29 +01:00
awesome.desktop Remove deprecated Encoding key from awesome.desktop (#1394) 2017-01-13 22:21:50 +01:00
awesome.h
awesomeConfig.cmake Use xcb-errors library if it is available 2019-03-03 09:15:29 +01:00
awesomerc.lua notification: Rename text to message 2019-02-16 15:26:38 -05:00
banning.c Fix recursive enterleave ignore (#1747) 2017-04-21 18:53:25 +02:00
banning.h
CMakeLists.txt Start a selection transfer object 2019-02-11 09:21:43 +01:00
color.c Merge pull request #2207 from psychon/alpha_borders 2018-04-22 02:02:10 -04: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 Use signal_array_getbyname() where appropriate 2018-01-24 09:13:35 +01: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 Use xcb-errors library if it is available 2019-03-03 09:15:29 +01:00
event.h XKB update: Use an idle source 2019-02-18 13:45:34 +01:00
ewmh.c Set _NET_WM_DESKTOP for sticky windows specially (#2653) 2019-02-16 13:51:29 -05:00
ewmh.h C code: save all instead of just one client icons 2017-03-07 22:45:49 +01:00
globalconf.h Use xcb-errors library if it is available 2019-03-03 09:15:29 +01: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 Merge pull request #2643 from psychon/selection_ownership 2019-02-26 19:57:05 +00:00
luaa.h Migrate a bit away from luaL_register(). 2019-02-16 14:25:20 +01:00
Makefile Minor: typos, Makefile aesthetics (#2690) 2019-02-22 08:42:43 +01:00
mouse.c Reduce code duplication with luaA_*_call_handler (#2321) 2018-07-25 18:31:02 -04:00
mouse.h
mousegrabber.c Remove @release @AWESOME_VERSION@ everywhere (#1157) 2016-10-09 22:36:20 +02:00
mousegrabber.h
Packaging.cmake Packaging.cmake: cache CPACK_GENERATOR (#1924) 2017-07-21 01:06:59 +02:00
property.c Merge pull request #2643 from psychon/selection_ownership 2019-02-26 19:57:05 +00:00
property.h Add support for motif wm hints 2018-08-03 19:19:43 +02:00
README.md
root.c Make sure we always flush after xcb_ungrab_server() 2019-02-27 10:20:22 +01:00
selection.c Deprecate selection() 2019-02-26 22:16:50 +01:00
selection.h Move setup of selection() to selection.c 2019-02-16 15:44:42 +01:00
spawn.c Minor: typos, Makefile aesthetics (#2690) 2019-02-22 08:42:43 +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
strut.h
systray.c Make alpha work on window borders 2018-03-03 10:57:48 +01:00
systray.h Remove unused argument to systray_request_handle() 2016-05-29 14:33:23 +02:00
xkb.c XKB update: Use an idle source 2019-02-18 13:45:34 +01:00
xkb.h XKB update: Use an idle source 2019-02-18 13:45:34 +01: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, run:

make

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

After building is finished, you can either install via make install:

make install  # you might need root permissions

or by auto-generating a .deb or .rpm package, for easy removal later on:

make package

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

NOTE: Awesome uses cmake to build. In case you want to pass arguments to cmake, please use the CMAKE_ARGS environment variable. For instance:

CMAKE_ARGS="-DCMAKE_INSTALL_PREFIX=/opt/awesome" make

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

Build dependencies

Awesome has the following dependencies (besides a more-or-less standard POSIX environment):

Additionally, the following optional dependencies exist:

  • DBus for DBus integration and the awesome-client utility
  • asciidoctor for generating man pages
  • gzip for compressing man pages
  • ldoc >= 1.4.5 for generating the documentation
  • busted for running unit tests
  • luacheck for static code analysis
  • LuaCov for collecting code coverage information
  • libexecinfo on systems where libc does not provide backtrace_symbols() to generate slightly better backtraces on crashes
  • Xephyr or Xvfb for running integration tests
  • GTK+ >= 3.10 for ./themes/gtk/
  • xcb-errors for pretty-printing of X11 errors

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 args and run it:

(gdb) set arg --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 Publice License v2 or later. You can read it online at (v2 or v3).