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// Thanks ! -- Thomas Constans 06 23 37 87 85 www.opendoor.fr -- To unsubscribe, send mail to [email protected].
