You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to completely hide the dock. I came across a workaround to do this on MacOS that goes like this:
defaults write com.apple.dock autohide -bool true&& killall Dock
defaults write com.apple.dock autohide-delay -float 1000 && killall Dock
defaults write com.apple.dock no-bouncing -bool TRUE && killall Dock
It sets the delay for the dock to pop up to an arbitrarily large number.
Yabai does a very useful thing with the dock where it automatically sets the autohide delay to 0 (unable to verify numerically but it feels like it when using the dock). However, this interferes with my plan to hide the dock completely. Is there an option in Yabai to disable it changing dock settings? I went through the wiki but I could not find anything relevant and any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
I want to completely hide the dock. I came across a workaround to do this on MacOS that goes like this:
It sets the delay for the dock to pop up to an arbitrarily large number.
Yabai does a very useful thing with the dock where it automatically sets the autohide delay to 0 (unable to verify numerically but it feels like it when using the dock). However, this interferes with my plan to hide the dock completely. Is there an option in Yabai to disable it changing dock settings? I went through the wiki but I could not find anything relevant and any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: