On Wed, Oct 21, 2009 at 3:51 PM, Thomas Constans <[email protected]> wrote: > Le mercredi 21 octobre 2009 à 02:28 +0300, Konstantin Stepanov a écrit : >> >> awful.key({ modkey }, "slash", function () >> awful.prompt.run({ prompt = "Client name: " }, >> mypromptbox[mouse.screen].widget, >> function (name) >> local clis = find_clients(name) >> if clis then >> awful.tag.viewonly(clis[1]:tags()[1]) >> client.focus = clis[1] >> end >> end, nil, nil) >> end), > > This is //awesome//
Hey, thanks for all the answers, I'll surely put some time off to try all these suggestions soon. Thinking about it I do have some very defined tags I would like to keep, so maybe I'll just hardcode them on the config file. Hopefully I'll be able to share my findings soon > > Thanks ! > > -- > Thomas Constans > 06 23 37 87 85 > www.opendoor.fr > > > -- > To unsubscribe, send mail to [email protected]. > -- -------------------------------------------------------------- EmmanuelOga.com - Software Developer -- To unsubscribe, send mail to [email protected].
