Hi Product Hunters!
I ❤️ macOS' Dock. But, when I need to get some work done, I prefer it to be hidden, so I can maximize my working space.
In System Preferences, macOS only allows the Dock to be either:
* always visible, or
* always hidden and visible when the pointer moves to the edge.
While, what I want is:
Visible only when nothing overlaps it (similar to intellihide feature in linux).
I built an app for this. I call it IntelliDock. Hope you find it useful! 🍻
https://mightymac.app/intellidock/
The default Dock options are...lacking. This seems like a good alternative!
What I’ve wanted for a while is a way to hide the Dock, but show it when the cursor is on the edge of the screen AND I’ve pressed a modifier key at the same time. Like the default behavior, but only activated when the key is also used.
@alexdbauer Agree that the Dock options are limited.
I think the behavior that you've wanted can only be made possible by Apple, not third party app. However, if you want that because you find the dock appears unintentionally, you can try to increase the delay time by typing this command on terminal:
defaults write com.apple.dock autohide-delay -float 0.5; killall Dock
This will increase the delay to 0.5 seconds. You can change the 0.5 to whatever value you feel suitable.
To restore to the default:
defaults delete com.apple.dock autohide-delay; killall Dock
IntelliDock
IntelliDock
Branch
IntelliDock
Branch