Skip to content

refactor(hammerspoon): resize grid to 8x6 landscape and 6x8 portrait - #22

Merged
lgw4 merged 1 commit into
mainfrom
refactor/hammerspoon-grid-8x6
May 30, 2026
Merged

refactor(hammerspoon): resize grid to 8x6 landscape and 6x8 portrait#22
lgw4 merged 1 commit into
mainfrom
refactor/hammerspoon-grid-8x6

Conversation

@lgw4

@lgw4 lgw4 commented May 30, 2026

Copy link
Copy Markdown
Owner

Summary

  • Change landscape grid from 10x8 to 8x6
  • Change portrait grid from 8x10 to 6x8
  • Update GRIDWIDTH/GRIDHEIGHT defaults to match

Test plan

  • Reload Hammerspoon config (ctrl+cmd+shift+R)
  • Verify grid overlay (ctrl+cmd+shift+G) shows 8 columns × 6 rows in landscape
  • Rotate/use a portrait display and confirm 6 columns × 8 rows

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 30, 2026 18:14

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Resizes the Hammerspoon window grid to coarser dimensions: 8×6 for landscape displays and 6×8 for portrait displays, with matching GRIDWIDTH/GRIDHEIGHT defaults.

Changes:

  • Update grid.GRIDWIDTH/grid.GRIDHEIGHT defaults from 10/8 to 8/6.
  • Change per-display landscape grid from 10x8 to 8x6.
  • Change per-display portrait grid from 8x10 to 6x8.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@lgw4
lgw4 merged commit 24b05af into main May 30, 2026
1 check passed
@lgw4
lgw4 deleted the refactor/hammerspoon-grid-8x6 branch May 30, 2026 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants