On Tue, Jul 31, 2007 at 07:28:47PM +0200, Andreas Bernauer wrote:
> Evgeny Kurbatov schrieb am Di, 31. Jul 2007 um 20:23 (+0400):
> > How to disable META.."S" binding (Split Vertically)? I'd fix it but it
> > does not defined in cfg_ioncore.lua so I don't know in which section I
> > have to redefine it.
>
> $ grep 'META.."S"' /usr/local/etc/ion3/cfg_*.lua
> /usr/local/etc/ion3/cfg_tiling.lua: kpress(META.."S", "WTiling.split_at(_,
> _sub, 'bottom', true)"),
>
> Copy /usr/local/etc/ion3/cfg_tiling to your ~/.ion3 and modify it.
No, do not copy random system files into ~/.ion3 only copy cfg_ion.lua,
cfg_statusbar.lua, and cfg_dock.lua. Leave the rest in the system
locations and override the bindings in cfg_ion.lua or in any other file
you want as long as you dopath("") it from cfg_ion.lua.
> Andreas.
-Etan