chore(hammerspoon): remove window management margins

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-06 13:40:24 +00:00
parent 54fac673e0
commit c83cd5e62b

View File

@@ -12,7 +12,7 @@ local wm = {
animationDuration = 0.0,
gridSizes = { default = '30x20', interactive = '8x4' },
gridTextSize = 50,
margins = { w = 4, h = 4 }
margins = { w = 0, h = 0 }
}
-- Initialize and register keybindings