---------- Forwarded message ---------- From: Anurag Priyam <[email protected]> Date: Thu, Nov 18, 2010 at 8:11 AM Subject: Re: How can I focus a client from a lua script? To: Meyer <[email protected]>
> capi.client.focus = target_client > target_client:raise () Use following to move to the first tag that the client is on: awful.tag.viewonly(target_client:tags()[1]) -- Anurag Priyam, 3rd Year Undergraduate, Department of Mechanical Engineering, IIT Kharagpur. +91-9775550642 -- Anurag Priyam, 3rd Year Undergraduate, Department of Mechanical Engineering, IIT Kharagpur. +91-9775550642 -- To unsubscribe, send mail to [email protected].
