Hi, On 17.07.2013 02:58, Gerald Klein wrote: [..] > 1. how to get the current screen object
What exactly is "current" for you? If you want the mouse's screen, you can use mouse.screen and screen[mouse.screen] turns that into a screen object. If you want the currently focused client (if there is one) and fall back to the mouse otherwise: screen[client.focus and client.focus.screen or mouse.screen] > 2. how to get the current tag object. awful.tag.selected(s) and/or awful.tag.selectedlist(s). If no screen number(!) is given as an argument, this uses mouse.screen instead. > The documentation has improved since I last looked but there still > somethings which are not apparent. Any suggestions to improve this are appreciated. :-) > Any help is appreciated. Cheers, Uli -- Sent from my Game Boy. -- To unsubscribe, send mail to [email protected].
