Skip to content

Instantly share code, notes, and snippets.

@aravezskinteeth
Created May 12, 2023 16:14
Show Gist options
  • Save aravezskinteeth/a082d3b282f921ae07dfdc7ac683f841 to your computer and use it in GitHub Desktop.
Save aravezskinteeth/a082d3b282f921ae07dfdc7ac683f841 to your computer and use it in GitHub Desktop.
[Fix gaps between borders Rectangle Pro] Fit your custom menu bar (like sketchybar) without making the gaps between windows too big. #macos
defaults write com.knollsoft.Hookshot screenEdgeGapTop -int 45
defaults write com.knollsoft.Hookshot screenEdgeGapBottom -int 10
defaults write com.knollsoft.Hookshot screenEdgeGapLeft -int 10
defaults write com.knollsoft.Hookshot screenEdgeGapRight -int 10
# Restart the app and tile the windows again.
# If it's too big, change the size between gaps on the UI and done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment