Go to file
Uli Schlachter 56215a6870 Fix keyboard layouts
Commit 08ca70c00d added support for Xlib cursor themes by making awesome use
Xlib for its X11 connection and for setting cursor icons. Everything else was
still done through xcb.

However, an unexpected side effect of this is that Xlib enabled the XKB
extension without asking us. This changes the way that keyboard events are
reported which causes problems with various keyboard events.

(Normally, Xlib hides these things by silently fixing up the events that it
hands out to applications. However, since we bypassed Xlib via xcb...)

The fix is simple: Luckily Xlib provides a function for disabling its XKB
support which is just what we need.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2013-02-01 22:51:32 +01:00
build-tests use CMake check_function_exists() for execinfo 2010-10-11 22:52:00 +02:00
build-utils Fix gperf usage (FS#740) 2010-03-15 09:58:37 +01:00
common Added initial support for Xlib cursor themes -- for branch 3.4 2012-10-07 12:39:18 +02:00
icons icons: remove invaders 2009-09-08 13:29:25 +02:00
lib naughty: Correctly handle rowstride on icons 2012-11-17 22:37:47 +01:00
luadoc Fix mousegrabber run documentation 2011-12-22 10:23:25 +01:00
manpages Update french manpages 2012-02-21 12:51:58 +01:00
themes Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
utils awsetbg: xli is reported as ok 2011-12-09 10:44:05 +01:00
widgets Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
.gitignore gitignore: remove awesome-client 2009-04-11 16:10:42 +02:00
AUTHORS update Arnaud commit years 2009-08-24 11:13:59 +02:00
BUGS BUG's page 2008-04-18 19:33:58 +02:00
CMakeLists.txt Have only FreeBSD require dynamic linking (FS#743) 2012-09-12 17:29:51 +02:00
LICENSE chance license to GPLv2 2007-09-12 14:29:51 +02:00
Makefile build: allow to specify cmake args 2009-05-08 19:54:38 +02:00
PATCHES PATCHES: add more rules 2009-09-02 10:36:13 +02:00
README Grammar/spelling corrections in comments and docs. 2009-08-31 10:39:36 +02:00
STYLE STYLE: add prefix rule 2009-08-21 15:30:48 +02:00
awesome-version-internal.h.in cmake: consolidate version strings 2008-06-22 22:13:06 +02:00
awesome.c Fix keyboard layouts 2013-02-01 22:51:32 +01:00
awesome.desktop Add NoDisplay to .desktop file (FS#1031) 2012-08-22 11:38:18 +02:00
awesome.doxygen.in awesome.doxygen: doxygen configuration fixes. 2009-09-04 18:18:03 +02:00
awesome.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
awesomeConfig.cmake change codename 2012-12-24 15:36:05 +01:00
awesomerc.lua.in Fix the default config 2011-11-10 19:48:51 +01:00
banning.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
banning.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
button.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
button.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
client.c Simplify client focus code 2012-06-28 14:05:14 +02:00
client.h Simplify client focus code 2012-06-28 14:05:14 +02:00
color.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
color.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
config.h.in test for __builtin_clz() and fallback to an inline implementation. 2010-10-11 20:41:44 +02:00
dbus.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
dbus.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
draw.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
draw.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
event.c xerror: Print numeric infos about the error 2012-06-15 10:03:23 +02:00
event.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
ewmh.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
ewmh.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
font.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
font.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
globalconf.h Added initial support for Xlib cursor themes -- for branch 3.4 2012-10-07 12:39:18 +02:00
hooks.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
image.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
image.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
key.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
key.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
keygrabber.c Get keygrabber running state 2012-06-06 17:29:15 +02:00
keygrabber.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
luaa.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
luaa.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
mouse.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
mouse.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
mousegrabber.c Added initial support for Xlib cursor themes -- for branch 3.4 2012-10-07 12:39:18 +02:00
mousegrabber.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
property.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
property.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
root.c Added initial support for Xlib cursor themes -- for branch 3.4 2012-10-07 12:39:18 +02:00
screen.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
screen.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
selection.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
selection.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
spawn.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
spawn.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
stack.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
stack.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
strut.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
strut.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
systray.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
systray.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
tag.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
tag.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
timer.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
timer.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
titlebar.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
titlebar.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
wibox.c Added initial support for Xlib cursor themes -- for branch 3.4 2012-10-07 12:39:18 +02:00
wibox.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
widget.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
widget.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
window.c Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00
window.h Remove "encoding=utf-8" from Vim modelines 2012-03-26 12:19:57 +02:00

README

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.
An example configuration named "awesomerc.lua.in" is provided in the source.

Troubleshooting
---------------
In most systems any message printed by awesome (including warnings and errors)
are written to $HOME/.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.