Re: Occasional Segfaults

2012-08-11 Thread Ellie Frost
It took a bit for it to happen again, but I got a backtrace this time. Doesn't look to terribly helpful, I'm afraid: http://pastebin.com/3ix0ZFVC Ellie On 6 August 2012 11:44, Julien Danjou jul...@danjou.info wrote: On Mon, Aug 06 2012, Ellie Frost wrote: I just got this out of gdb -p $(pgrep

Auto login via lua

2012-08-11 Thread Hartmut Bischoff
Hi folks, I just took a look to the last edition of »Definitely Awesome and studied »Understanding Rules« in the wiki ( http://awesome.naquadah.org/wiki/Understanding_Rules ). Finally I came up with the question, wether it is possible, to simulate keyboard input for a specified window with a

[PATCH 2/3] Add mousegrabber and keygrabber isrunning luadoc

2012-08-11 Thread Sébastien Luttringer
Signed-off-by: Sébastien Luttringer se...@seblu.net --- luadoc/keygrabber.lua | 6 ++ luadoc/mousegrabber.lua | 6 ++ 2 files changed, 12 insertions(+) diff --git a/luadoc/keygrabber.lua b/luadoc/keygrabber.lua index f7ae788..f38b57c 100644 --- a/luadoc/keygrabber.lua +++

[PATCH 1/3] Add awful.client.setmaster

2012-08-11 Thread Sébastien Luttringer
This function is the counterpart of awful.client.setslave. Windows is moved to the first position in the stack. Signed-off-by: Sébastien Luttringer se...@seblu.net --- lib/awful/client.lua.in | 9 + 1 file changed, 9 insertions(+) diff --git a/lib/awful/client.lua.in

[3.4][PATCH 3/3] Fix client screen in awful.client.setslave

2012-08-11 Thread Sébastien Luttringer
Signed-off-by: Sébastien Luttringer se...@seblu.net --- lib/awful/client.lua.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/client.lua.in b/lib/awful/client.lua.in index e1dca2b..a68a6bb 100644 --- a/lib/awful/client.lua.in +++ b/lib/awful/client.lua.in @@ -414,7