On Wed, Mar 17, 2004 at 11:21:33AM +0000, Tom Payne wrote: > Tuomo, would it be possible to implement this as a module? The module would > have to be able to dynamically modify the titles of all clients, and > dynamically update the bindmaps.
http://modeemi.cs.tut.fi/~tuomov/ion/scripts/bookmarks.lua Of course, there's no visual indication and the bookmarks are not saved. Saving would, however, be possible to implement by hooking on the "deinit" hook and allowing for name-based references as well. A decent implementation of visual indicators would need support from the frame class (and thus moving the whole thing to the C side to keep things clean). But a possible kludge, after adding support for title rewriting callbacks instead of just regexps, would be to just modify the name of the window. -- Tuomo
