Michael Mrozek <[email protected]> writes: Hi Michael,
a short addition for the completeness. > If you pass "return naughty.notify()" (or any other function) to > awesome-client it will output the return value to stdout You have to pass return naughty.notify().id to awesome-client. Without the ".id" you get the print representation of the notification table object which is not useful outside the lua world. Bye, Tassilo -- The glass is neither half-full nor half-empty: it's twice as big as it needs to be. -- To unsubscribe, send mail to [email protected].
