On 2007-01-06, Alexander Rink <[EMAIL PROTECTED]> wrote: > - Is it possible to restore a frame layout for a given application
You can assign identifiable windows to certain frames with winprops; RTFM for details. You can't presently automatically create a workspace of given layout etc. > - Is it possible to use colors in the status bar (e.g. a label in blue > and the value in white or separators in gray) In a very complex manner, yes. By modifying all the monitors to specify monitorname_hint to have value the appropriate substyle from the stdisp style, and setting this style to have the appropriate colour, you can get all the monitors to be display in any colour they want. Perhaps there should be a way to specify a style to use in the template, or perhaps the meter name should be included in the substyle used for the meter. However, there _will not_ be a way to specify colours directly: that is against the philosophy behind Ion's drawing engines. > - Is it possible to turn of some of Ions key bindings only for a given > application (e.g. midnight commander)? By awful script hacks, yes. (Check the switch_bindings script from the repository.) No, there will not be cleaner support for such disgusting features. -- Tuomo
