Skip to content

Instantly share code, notes, and snippets.

@dnozay
Created August 5, 2020 15:59
Show Gist options
  • Save dnozay/6692c6f94fb9b347933680a9ee861a79 to your computer and use it in GitHub Desktop.
Save dnozay/6692c6f94fb9b347933680a9ee861a79 to your computer and use it in GitHub Desktop.
Fix bug where osx dock still shows when going fullscreen
#!/bin/bash
# https://apple.stackexchange.com/questions/33600/
# Fix bug where osx dock still shows when going fullscreen
defaults write com.apple.dock autohide-delay -float 0
defaults write com.apple.dock autohide-time-modifier -float 0.14
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment