Hi,

Like dmenu_run is used to execute commands
(http://i.imgur.com/w0MILI8.png) , I would like to use that for
"searching and focusing" clients based on their titles.

To accomplish that, first I need a way to list all the clients. Once
that is done, I can pipe all that to "dmenu" like "echo -e
"first\nsecond\nthird" | dmenu" and then select the client. After the
client is selected, I need to make awesome focus that client using
"awesome-client" (maybe ?).

I think, I need to use one of these functions like
tasklist.filter.allscreen and pipe the list to dmenu. But, I'm
clueless as to how I get that done using awesome-client. After that's
done, I'm not sure how to focus to that client using awesome-client.

Will really appreciate some help so that I can get started. Thanks


-- 
Cheers,
Abhijeet Rastogi (shadyabhi)

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

Reply via email to