search for: tooltipp

Displaying 1 result from an estimated 1 matches for "tooltipp".

Did you mean: tooltip
2007 Apr 26
3
Extension languages and Compiz.
...some other languages, but more of something in the vein of emacs lisp. The major problem right now is extension languages are locked in to one plugin and what core exposes. What I mean by this is it's easy to add support for something like: (window-rule (make-rule (set-opacity-when (window-is tooltipp) 0.5))) However it's impossible to add support for something like: (scale-window-when (window-is negativep)). There are two possible solutions to this: 1. Add basic support for a specific interpreter in core. Core would expose wrapper functions around the interpreter to easily enable plugins...