mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-19 19:04:46 +00:00
Stabilize deskctl runtime foundation
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
parent
f74f4dc2b0
commit
279506a3ea
18 changed files with 1029 additions and 304 deletions
3
SKILL.md
3
SKILL.md
|
|
@ -60,6 +60,7 @@ deskctl resize-window @w1 800 600 # Resize window
|
|||
### Utilities
|
||||
|
||||
```bash
|
||||
deskctl doctor # Diagnose X11, screenshot, and daemon health
|
||||
deskctl get-screen-size # Screen resolution
|
||||
deskctl get-mouse-position # Current cursor position
|
||||
deskctl launch firefox # Launch an application
|
||||
|
|
@ -86,7 +87,7 @@ After `snapshot` or `list-windows`, windows are assigned short refs:
|
|||
- `@w1` is the topmost (usually focused) window
|
||||
- `@w2`, `@w3`, etc. follow z-order (front to back)
|
||||
- Refs reset on each `snapshot` call
|
||||
- Use `--json` to see stable `xcb_id` for programmatic tracking
|
||||
- Use `--json` to see stable `window_id` values for programmatic tracking within the current daemon session
|
||||
|
||||
## Example Agent Workflow
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue