i raise you
```
#!/bin/bash
# Toggle push-to-talk transcription. First run starts recording; second run
# stops, transcribes with whisper.cpp, and copies the text to the clipboard.
#
# Dependencies: arecord (alsa-utils), ffmpeg, whisper.cpp, dunstify (dunst),
# copyq. Adjust WHISPER_DIR / MODEL / c...