There has been a lot of prior discussion about the ability to remove
the Docky icon from Docky. While the devs are generally against it
(for several stated reasons, which you can read in the bug report), I
have gone ahead and added such functionality. Since a recent change I
made now allows the user to right-click on a separator and get the
Docky menu, I felt there was very little reason to not provide this
functionality now.
This is available as of trunk revision 1238.
It is not exposed in the configuration and is only available as a
GConf setting. To remove the Docky icon from your dock, set the GConf
key '/apps/docky-2/Docky/DockController/ShowDockyItem' to false and
restart Docky.
- Robert
/apps/docky-2/Docky/Items/DockyItem/ShowDockyItem
This seemed like a better spot for it.
- Robert
I added the ability to configure the action for the left-click on the
Docky icon. By default it will open the configuration dialog.
You can use GConf to set any command to run in place of the
configuration dialog. The GConf key is '/apps/docky-2/Docky/Items/
DockyItem/DockyItemCommand' and expects the path to a command to
execute.
This is available as of trunk revision 1239.
- Robert