Skip to content

feat: multi-monitor overlay support - #7

Merged
princechrix merged 1 commit into
mainfrom
feature/multi-monitor-support
May 1, 2026
Merged

feat: multi-monitor overlay support#7
princechrix merged 1 commit into
mainfrom
feature/multi-monitor-support

Conversation

@princechrix

Copy link
Copy Markdown
Owner

Summary

  • Overlay now spawns on every connected display, not just primary
  • All overlays close together when user acknowledges

Changes

  • src/main/windowManager.js — iterate all displays, create one overlay per screen

Testing

  • Single monitor: overlay appears fullscreen
  • Multi-monitor: one overlay per display
  • All overlays dismiss together
  • ESLint passes

- Detect all connected displays via screen.getAllDisplays()
- Spawn one fullscreen overlay per display on nudge
- All overlays dismissed together on acknowledge
- Extracted createOverlayForDisplay helper for per-screen setup
@princechrix
princechrix merged commit 5dcc52d into main May 1, 2026
1 check passed
@princechrix
princechrix deleted the feature/multi-monitor-support branch May 1, 2026 22:06
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.

1 participant