On Thu, May 14, 2009 at 09:14:59PM +0100, koniu wrote:
> On Thu, May 14, 2009 at 17:53, Matías Graña <[email protected]> wrote:
> 
> > table.insert(globalkeys, key({ modkey, "Control" }, "m", function ()
> >        awful.util.spawn("LC_ALL='en_US.iso-8859-1' xterm -r -e 'mutt'")
> > end))
> >
> > and it stopped working. If I change the middle line to
> >        awful.util.spawn("xterm -r -e 'mutt'")
> > then it works again. Actually, the same happens if I run it in the lua
> > interpreter I get by pressing Mod4+F4.
> >
> 
> awful.util.spawn() no longer takes shell syntax, if you need that use
> awful.util.spawn_with_shell().
> 
> koniu

Thanks!
Now, would it give less overhead if I use only awful.util.spawn?
And what can one use it for, now?

Matías


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

Reply via email to