mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 07:04:46 +00:00
update website
This commit is contained in:
parent
3c08e6003d
commit
8ca33ae1e2
3 changed files with 18 additions and 18 deletions
|
|
@ -67,7 +67,7 @@ The trait-based design means adding Wayland support is a single trait implementa
|
|||
Window detection uses EWMH properties:
|
||||
|
||||
| Property | Purpose |
|
||||
|----------|---------|
|
||||
| --------------------------- | ------------------------ |
|
||||
| `_NET_CLIENT_LIST_STACKING` | Window stacking order |
|
||||
| `_NET_ACTIVE_WINDOW` | Currently focused window |
|
||||
| `_NET_WM_NAME` | Window title (UTF-8) |
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ deskctl launch code --args /path/to/project
|
|||
## Global options
|
||||
|
||||
| Flag | Env | Description |
|
||||
|------|-----|-------------|
|
||||
| ------------------ | ---------------- | ------------------------------------------------------ |
|
||||
| `--json` | | Output as JSON |
|
||||
| `--socket <path>` | `DESKCTL_SOCKET` | Path to daemon Unix socket |
|
||||
| `--session <name>` | | Session name for multiple daemons (default: `default`) |
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@ import DocLayout from "../layouts/DocLayout.astro";
|
|||
</header>
|
||||
|
||||
<p>
|
||||
Desktop control CLI for AI agents on Linux X11. Compact JSON output
|
||||
for agent loops. Screenshot, click, type, scroll, drag, and manage
|
||||
windows through a fast client-daemon architecture. 100% native Rust.
|
||||
Desktop control CLI for AI agents on Linux X11. Compact JSON output for
|
||||
agent loops. Screenshot, click, type, scroll, drag, and manage windows
|
||||
through a fast client-daemon architecture. 100% native Rust.
|
||||
</p>
|
||||
|
||||
<h2>Getting started</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue