Add first-class window-to-display placement actions #20

Closed
opened 2026-05-01 17:11:56 +02:00 by luna · 0 comments
Collaborator

Problem

Multi-monitor workflows are workable but awkward. Agents have to reason about global coordinates, screen offsets, and window rectangles manually.

Desired capability

Add first-class window/display helpers for common operations such as:

  • move window to display N
  • maximize window on display N
  • focus window on display N
  • restore and place window on target monitor

Why

These are common remote-control operations and currently require fragile manual coordinate reasoning or shell-level fallbacks.

Nice extras

  • return final window rect after action
  • allow matching by title/process/handle
  • keep everything in the structured API, no /exec required
## Problem Multi-monitor workflows are workable but awkward. Agents have to reason about global coordinates, screen offsets, and window rectangles manually. ## Desired capability Add first-class window/display helpers for common operations such as: - move window to display N - maximize window on display N - focus window on display N - restore and place window on target monitor ## Why These are common remote-control operations and currently require fragile manual coordinate reasoning or shell-level fallbacks. ## Nice extras - return final window rect after action - allow matching by title/process/handle - keep everything in the structured API, no `/exec` required
luna closed this issue 2026-05-01 17:14:49 +02:00
This repo is archived. You cannot comment on issues.
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: space/clickthrough#20