atlus/frontend
roberts 36eff81111 Add bidirectional clipboard sync between Xvfb and browser
X11 → Browser:
- Background task polls xclip every 500ms for clipboard changes
- When content changes, sends {"type":"clipboard","data":"..."} via WS
- Browser receives and writes to navigator.clipboard

Browser → X11:
- Ctrl+V reads navigator.clipboard.readText() first
- Sends clipboard content to backend via WS message
- Backend writes to X11 clipboard via xclip -selection clipboard
- Then forwards the Ctrl+V keystroke so the app pastes

This allows copying links/text from GUI apps (like Nextcloud auth URLs)
and pasting content from the host browser into the GUI app.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 01:26:42 -05:00
..
assets Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
css Maximize GUI app window and fix input forwarding 2026-03-15 01:09:58 -05:00
js Add bidirectional clipboard sync between Xvfb and browser 2026-03-15 01:26:42 -05:00
desktop.html Replace panel services with docked apps, add autostart and update scanner settings 2026-03-14 23:40:44 -05:00
index.html Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00