On Thu, Jul 03, 2003 at 08:48:56PM +0200, Toke N-S wrote: > reg = region_active_sub(region_screen_of(reg))
Depending on what you want the bindings to do, you might prefer to use mplex_current (screen_current) instead of region_active_sub. region_active_sub might point to e.g. a query, dock or whatever. > can the border be disabled for a single frame/ws?). No. > Btw, I think it would be nicer if ion used two > workspaces files: one you could edit which ion never wrote to, and one > which ion wrote to to save the current setup (as the one now). If you want to modify the workspaces file and not have Ion overwrite it, you could call enable_workspace_saves(false). > I don't know how to make a kludge which only apply to these automatically > started programs. Override get_winprop (ioncorelib.lua) with a kludge that supports n-shot or time-outed winprops. -- Tuomo
