On Sat, 24 Oct 2009 11:41:54 +0200 (CEST) Daniel Kreischer
<[email protected]> wrote:
> As I am actually running awesome, I wonder what would be the expected
> procedure to extend awesome's functionality with a script?
> 
> Would I have to write some kind of widget which was then called in the
> rc.lua? In other words, how would I preferably make awesome call my
> script so that the script inherits awesome's initialization?

Depends on what you wanna do. If you want to run a script on awesome
startup, you can use awful.util.spawn("yourscript"). If you want to control
awesome from outside while its running, there is awesome-client binary
that allows you to pass Lua commands to awesome.

cheers
lukash

-- 
To unsubscribe, send mail to [email protected].

Reply via email to