diff --git a/awesome.c b/awesome.c index 3f8c81a6a..241c8836d 100644 --- a/awesome.c +++ b/awesome.c @@ -34,6 +34,7 @@ #include #include +#include #include "awesome.h" #include "spawn.h" @@ -374,6 +375,9 @@ main(int argc, char **argv) sigemptyset(&sa.sa_mask); sigaction(SIGSEGV, &sa, 0); + /* XLib sucks */ + XkbIgnoreExtension(True); + /* X stuff */ globalconf.display = XOpenDisplay(NULL); if (globalconf.display == NULL)