I've been digging around in the API documentation, and having limited sucess switching tags from within awesome-client. Basically, I can switch tags with:
awful.tag.viewidx(2) But that is relative not absolute. From looking in my rc.lua, looks like what I need is: local screen = mouse.screen awful.tag.viewonly(tags[screen][2]) But I get the following error instead: attempt to index field '?' (a nil value) I don't know if I'm even spending my time in the right place. Seems like dbus would be the way to go. But I can't find any documentation on how to communicate with awesome via dbus. Any pointers would be greatly appreciated. Thanks. -- To unsubscribe, send mail to [email protected].
