On Mon, 18 Jun 2012, Hong Shick Pak wrote:

> What do you mean strange layouts?

I ment strange keyboard layouts, not tiling layouts :)

The least you can do is add some debug print() statements to those 
bindings to see if it's being executed at all maybe it thinks there is 
no tag 2 on that screen. Start like this

awful.key({ modkey, "Control" }, "#" .. i + 9, function ()
    local screen = mouse.screen
    if tags[screen][i] then
        print("Found tag " .. tags[screen][i])
        awful.tag.viewtoggle(tags[screen][i])
    else
        print("Did not find tag " .. tags[screen][i])
    end
end),



-- 
Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618
PGP FP: 02A5 628A D8EE 2A93 996E  929F D5CB 31B7 D20A 0618

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

Reply via email to