From bcd5cdc1bf214eb6b2c1df2594947995af313024 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 14 Feb 2026 23:03:45 -0500 Subject: [PATCH] fix(scripts): copy video on recording save --- scripts/ctl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ctl b/scripts/ctl index 3050d52..e7a8f2d 100755 --- a/scripts/ctl +++ b/scripts/ctl @@ -189,6 +189,7 @@ media) pkill -INT wf-recorder file=$(cat "${XDG_RUNTIME_DIR:-/tmp}/ctl-recording" 2>/dev/null) rm -f "${XDG_RUNTIME_DIR:-/tmp}/ctl-recording" + printf '%s' "$file" | wl-copy notify-send -a ctl -t 2500 "Recording saved to ~${file#"$HOME"}" exit 0 fi