At 1256070590 time_t, Emmanuel Oga wrote:
> * Whenever I need to find a specific window, I need to modkey-1.to.9
> to find it. I know there is a window list if I click with the mouse,
> but using he mouse is suboptimal. Ideally I would like to have
> something like vim's fuzzyfilefinder but for awesome client
> names/classes.
> * I can't find an easy way of renaming tags. Is it at all possible
> without using something like Shifty? (The reason I don't want to use
> Shifty *yet* is there has to be an easier way of doing that with plain
> old AWM, right?)

Tag are objects. These objects have a name property.
You change this property whenever you want, i.e. with default config:

$ awesome-client 
awesome#return tags[1][1].name
   string "1"
awesome#tags[1][1].name = "hello"

Just change it.

Now, you can use a prompt widget to ask you for the new name you want
yourself, it's a matter of < 10 lines to write. :)

-- 
Julien Danjou
// ᐰ <[email protected]>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// When I get sad, I stop being sad and be awesome instead. True story.

Attachment: signature.asc
Description: Digital signature

Reply via email to