On Mon, 7 Nov 2005, Johannes Graumann wrote:
I fear this is very primitive ... but I can't find any documentation on how to
even enable the thing ... in ion2 there were multiple steps: place some
files, edit some scripts ... how to do this in ion3?
Joh
On Sunday 06 November 2005 19:53, Etan Reisner wrote:
On Thu, 3 Nov 2005, Johannes Graumann wrote:
Hello,
Wasn't able to find anything on how to get the dock running in 3 online
... any pointers?
Thanks for any hints,
Joh
Where exactly are you having problems? It's hard to help you without
knowing what the problem is.
-Etan
From the mod1-F3 (Lua:) query, dopath("mod_dock") then mod1-d toggles
the docks visibility. (You will likely want to find and copy
cfg_dock.lua into ~/.ion3 and modify some things. Specifically if you
are using the statusbar the dock can't be set to be 'embedded' and needs
to be set to 'floating'.) Assuming you want to load the dock everytime
you will want to put the dopath into your cfg_ion.lua or cfg_user.lua.
(cfg_user.lua is a script that the default cfg_ion.lua will attempt to
load and fail silently if it doesn't, it's a nice place to put things
like loading modules and stuff instead of copying cfg_ion.lua into
~/.ion3 which you only need to do if you want to not load a module that
the default cfg_ion.lua does.)
Let me know if you need more help.
-Etan