Remove context capture

This commit is contained in:
Thales Maciel 2026-02-24 11:01:18 -03:00
parent f826617ed4
commit 3b7fa236b4
No known key found for this signature in database
GPG key ID: 33112E6833C34679
5 changed files with 1 additions and 99 deletions

View file

@ -9,7 +9,7 @@ Python X11 transcription daemon that records audio, runs Whisper, logs the trans
- `soundfile` (libsndfile)
- `faster-whisper`
- Tray icon deps: `gtk3`
- Python deps: `pillow`, `python-xlib`, `faster-whisper`, `PyGObject`, `i3ipc`, `sounddevice`, `soundfile`
- Python deps: `pillow`, `python-xlib`, `faster-whisper`, `PyGObject`, `sounddevice`, `soundfile`
System packages (example names): `portaudio`/`libportaudio2` and `libsndfile`.
@ -84,11 +84,6 @@ AI provider:
- Generic OpenAI-compatible chat API at `ai_base_url` (base URL only; the app uses `/v1/chat/completions`)
Context capture (i3 only):
- The focused window at hotkey time is stored via i3 IPC.
- If focus changes before injection, the workflow aborts (interpreted as a cancel).
Control:
```bash