On 4 May 2012 19:46, Gerald Klein <[email protected]> wrote:
> Hi, Can someone direct me to, or explain how to tag a client with multiple
> tags so that it appears on more then one tag.
>
>
> thanks in advance for you help.
>

Hi,

This is my piece of code from rc.lua:

        awful.key({ modkey, "Control", "Shift" }, "#" .. i + 9, function ()
            if client.focus and tags[client.focus.screen][i] then
                awful.client.toggletag(tags[client.focus.screen][i])
            end
        end)

-- 
Pozdrawiam,
-----------------------------------------------------------------------------
Dariusz Dwornikowski,
Institute of Computing Science, Poznań University of Technology
www.cs.put.poznan.pl/ddwornikowski/
room 2.7.2 BTiCW | tel. +48 61 665 29 41   | mobile: +48 533 890 600
-----------------------------------------------------------------------------

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

Reply via email to