3

I use docky and GLX cairo dock, I really love dock but one thing that really keeps me from using dock is the fact that none of these give you the option to completely hide them while you an option to hide them completely while you are working on a maximized window, so it gets annoying when you want to click somwhere and your mouse hovers over the dock area and dock pops up.

Is there any way I can completely hide these docks while working on a maximized window.I remember rocket dock on windows can do this by default. And what about the dock in Mac, is it the same?

3 Answers3

3

If you mean fullscreen windows (like media players, games, etc.) then I'm afraid there is no way for it to work like in Windows. From what I have read there is no way to programatically check if a fullscreen app is running or not. (Thus it's also impossible to have your IM status go to occupied when you start a fullscreen application)

The only solution there would be to have your dock always stay in background. But then you may need to move a window away from its place to see the dock.

Another idea is to start fullscreen apps like games in another X-Display. That way your dock or libnotify messages won't pop up and get in your way. Additionally you could pause your game and switch back to your dektop to chat or whatever...this can be tricky usually because most games forbid to just Alt+Tab out of it.

You can do that by going to another terminal i.e. Ctrl+Alt+F2 for the second. And then login and type xinit -- myapp :1 where "myapp" should be replaced by the program you'd like to start. The program starts now in another x instance on display 1 (displays start at :0). The instance will be killed automatically when your program terminates. To get back to your Desktop press Ctrl+Alt+F7

Kris Harper
  • 13,477
Lincoln
  • 3,513
2
  • Open Docky Configuration Window. (right click on Docky on Docky menu bar. click on settings)
  • Chose "Window Dodge" in combo box in "Hiding" option.
Zango
  • 5,011
0

It's not in the Docky settings, but can be done vie the gconf registry. Start "gconf-editor", go to "apps/docky-2/Docky/items/DockyItem" and uncheck "ShowDockyItem". Then restart Docky.

(Credits for this go to : https://www.reddit.com/r/linux4noobs/comments/18udfw/how_do_you_hideremove_the_docky_icon_from_a_docky)

Axel Heider
  • 141
  • 5