Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dock Hiding Impossible With Yabai On #1951

Closed
anuragrao04 opened this issue Nov 3, 2023 · 4 comments
Closed

Dock Hiding Impossible With Yabai On #1951

anuragrao04 opened this issue Nov 3, 2023 · 4 comments
Labels
bug Something isn't working help wanted Community help appreciated

Comments

@anuragrao04
Copy link

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!

@koekeishiya
Copy link
Owner

Uh, yabai doesn't actually do anything to change the Dock autohide settings, so not sure why this is happening.

@koekeishiya koekeishiya added the help wanted Community help appreciated label Feb 13, 2024
@koekeishiya
Copy link
Owner

This is fixed on master in 1240042

@koekeishiya koekeishiya added addressed on master; not released Fixed upstream, but not yet released bug Something isn't working labels Mar 13, 2024
@koekeishiya
Copy link
Owner

Fixed in v7.0.0.

@koekeishiya koekeishiya removed the addressed on master; not released Fixed upstream, but not yet released label Mar 13, 2024
@anuragrao04
Copy link
Author

Thanks! just upgraded and it works flawlessly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Community help appreciated
Projects
None yet
Development

No branches or pull requests

2 participants