aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-03 08:54:51 -0600
committerCraig Jennings <c@cjennings.net>2026-02-03 08:54:51 -0600
commit24bcf2f47b31182676c626115e518a00bc642418 (patch)
tree2498282543aa3d813039c60d0188a2aef504e3d4 /init.el
parent22aad558eebf578fab6c841cda9d8e890e332de4 (diff)
downloaddotemacs-24bcf2f47b31182676c626115e518a00bc642418.tar.gz
dotemacs-24bcf2f47b31182676c626115e518a00bc642418.zip
fix(video-recording): kill orphan wf-recorder on Wayland
On Wayland, video recording uses a shell pipeline: wf-recorder | ffmpeg. When stopping, SIGINT only reaches ffmpeg, leaving wf-recorder running as an orphan. This blocks subsequent recordings (0-byte files or no file). Fix: - On stop: explicitly pkill wf-recorder before interrupting ffmpeg - On start: kill any orphan wf-recorder from previous crashes - Increase finalization wait from 0.2s to 0.5s for proper cleanup
Diffstat (limited to 'init.el')
0 files changed, 0 insertions, 0 deletions