next branch keybinding weirdness

2009-05-24 Thread koniu
Hi, I've more or less ported my config/shifty to work with the recent commits on next branch (arrange-tag hooks) but I'm running into a very strange issue which I'm quite stuck trying to debug. Imagine that these are my tags: A1, A2, A3, B1, B2, B3, B4 I have a global binding for

[PATCH] 0001-hooks-add-exit-hook

2009-05-24 Thread koniu
Hey, How about adding a hook that's executed right before awesome exits? This would allow eg. dumping some stuff to a file thus making session saving possible. The proposed patch will run the hooked functions inside awesome_atexit() which also takes effect during awesome restart (including

Balll Bounce

2009-05-24 Thread Minkler
transactor.jpg

Re: awful.tag.history.restore when there is no history

2009-05-24 Thread Gregor Best
At Fri, 22 May 2009 16:05:02 +0100 Joseph Manning wrote: Hi, Please consider re-coding 'awful.tag.history.restore' so that, in the rare event that there is no history ( such as immediately after startup ), this function does nothing at all ... at present, it will switch to an

[Patches] Fix some minor compiler warnings found in rc3

2009-05-24 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, gogonkt reported some compiler warnings in #awesome with gentoo's gcc 4.2.4 (And he also had an error trying to build the docs, but no idea about that one. Anyway, here are two patches for the compiler warnings: The following changes since

Re: [PATCH] 0001-hooks-add-exit-hook

2009-05-24 Thread koniu
and the patch :P From 625468d430714577ae6ec5a87004442ca7348117 Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Sat, 23 May 2009 16:56:41 +0100 Subject: [PATCH] hooks: add exit hook Signed-off-by: koniu gkusni...@gmail.com --- awesome.c |5 + hooks.c | 13 +

Man Threatened Mom's aCt For Cash, Cops Say

2009-05-24 Thread Colona Arslanian
dendrology.jpg

Re: [PATCH] 0001-hooks-add-exit-hook

2009-05-24 Thread Maarten Maathuis
Without even judging the idea i wonder, shouldn't an exit hook also mean a startup hook (maybe just for the real start up)? Especially if you want to do session management'ish things. -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [PATCH] 0001-hooks-add-exit-hook

2009-05-24 Thread Gregor Best
At Sun, 24 May 2009 18:43:04 +0200 Maarten Maathuis wrote: Without even judging the idea i wonder, shouldn't an exit hook also mean a startup hook (maybe just for the real start up)? Especially if you want to do session management'ish things. You wouldn't need such a hook. Just append all

Re: [PATCH] 0001-hooks-add-exit-hook

2009-05-24 Thread Maarten Maathuis
rc.lua is also loaded on awesome restart, i can't imagine that you want to do session management'ish stuff then -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [PATCH] 0001-hooks-add-exit-hook

2009-05-24 Thread Gregor Best
At Sun, 24 May 2009 19:11:42 +0200 Maarten Maathuis wrote: rc.lua is also loaded on awesome restart, i can't imagine that you want to do session management'ish stuff then How would awesome then suppress running the startup hook if it is restarted? IIRC it does a full execve on itself, so

Re: [PATCH] 0001-hooks-add-exit-hook

2009-05-24 Thread Maarten Maathuis
Property on the root window? On Sun, May 24, 2009 at 8:00 PM, Gregor Best farha...@googlemail.com wrote: At Sun, 24 May 2009 19:11:42 +0200 Maarten Maathuis wrote: rc.lua is also loaded on awesome restart, i can't imagine that you want to do session management'ish stuff then How would