I installed awesome-git in a new machine, in my old machines I've been using an older version (3.1ish, I always build from git but have not checked out in the last few months cause I'm too busy to fiddle with configs).
Using the default config the default layout is floating in every tag, is this intended? I for one prefer tiling as a default, and I don't see how to change this in the code, since tiling IS the first layout of the layouts table. To reiterate, I am using latest awesome-git with default config. Best, PS: In case it matters, do get awesome to compile I had to do the following changes diff --git a/awesome.c b/awesome.c index 2412f17..54bb9bf 100644 --- a/awesome.c +++ b/awesome.c @@ -29,6 +29,8 @@ #include <xcb/xtest.h> #include <xcb/xcb_event.h> +#define EVFLAG_NOSIGFD 0x00200000U + #include "awesome.h" #include "spawn.h" #include "objects/client.h" Best, Alex -- To unsubscribe, send mail to [email protected].
