Page 1 of 1

Docky panel - "startbutton" trick

Posted: 01 Sep 2013, 12:22
by viking60
I like docky in panelmode. It is "cleaner" than cairo-dock. But one thing has annoyed me:
That docky anchor stays on the far left no matter what! In my mind that is a spot for launching programs :arrogant:

I get that the anchor is the docky "branding", but the function of the button is only to configure docky, which you also get by simply right-clicking docky.
(Actually you can change the icon though - but that is another tip).

Image

It would be nice if I could make that anchor display a program menu with a search function - and I found a way:

I needed to install gconf-editor (it will be in your repos). I opened it by clicking ALT+F2 and typing gconf-editor.
Then navigate to:
apps->docky-2->Docky->Items->DockyItem
Image

Left-click on DockyItemCommand and enter the menu or program you want to start.
Image
In this case I chose to start xfce4-appfinder
Image

Problem solved :dance:
Here is a pic of my Openbox desktop with xfce4-appfinder attached to the Docky Anchor Icon
Image

Re: Docky panel - "startbutton" trick

Posted: 01 Sep 2013, 13:02
by viking60
Lately Docky has given us the option to remove the anchor alltogether.
This should take care of it (remember you need to have gconf-editor installed.)

Code: Select all

gconftool-2 --type Boolean --set /apps/docky-2/Docky/Items/DockyItem/ShowDockyItem False


That way all your docky icons are "dragable" so you can rearrange them whenever you feel like it (The Anchor is the only one that cannot be dragged).

If you want the anchor back simply do a:

Code: Select all

gconftool-2 --type Boolean --set /apps/docky-2/Docky/Items/DockyItem/ShowDockyItem True


You need to restart Docky to se the effect.

Re: Docky panel - "startbutton" trick

Posted: 03 Sep 2013, 15:34
by dedanna1029
ooooooo... think I'll try this after I do reinstalls! :)