> I want a funciton to jump to a client directly.

https://awesome.naquadah.org/wiki/Run_or_raise

>   properties = { floating = false, sticky = true }, -- sticky will make 
> client avaliable on all tags
>   callback = function(c)
       c:tags({tags[1][1], tags[1][2], tags[1][3], tags[1][4],
tags[1][5], tags[1][7], tags[1][8], tags[1][9] })

sticky, and your callback function are redundant.


On 5/21/11, chris M. sprite <[email protected]> wrote:
> I want a funciton to jump to a client directly .
>
> Bellowing is my code:
>
>     -- set terminal visible in several tags ( VimWiki let you record your
> knowledge )
>     { rule = { role = "VimWiki" },
>     properties = { floating = false, sticky = true }, -- sticky will make
> client avaliable on all tags
>     callback = function(c)
>         c:tags({tags[1][1], tags[1][2], tags[1][3], tags[1][4], tags[1][5],
> tags[1][7], tags[1][8], tags[1][9] })
>     end
>     -- tag = tags[1][9], switchtotag = true
>     },
> I hope I can press Mod4+b to directly jump to this client.
> That's all.
>
> I am sorry that I can not learn Lua now to write code by myself .
>
> --
> [ *chris* ]
> I try to detoxify my memory.
> Forgotten is not a disappointment.
> Give me a hug for my life.
>
> --
> To unsubscribe, send mail to [email protected].
>


-- 
Anurag Priyam
http://about.me/yeban/

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

Reply via email to