Hi there, I was wondering what the feasibility would be of having awesome.quit() close all the clients before it exits. I ask because I know that some programs need the window close signal (or its equivalent) to exit properly. Foremost in my mind are VirtualBox machines, which don't take too kindly to a simple SIGTERM or what-have-you, but which are all to happy to save state or send a shutdown signal if you close them with, e.g. client.kill().
In the alternative, I'd be more than happy to just redefine awesome.quit(), as I know Lua can do, but putting in a redefinition in my rc.lua doesn't seem to have any effect. Any thoughts? David J. Haines [email protected]
