diff --git a/bin/omarchy-capture-screenrecording b/bin/omarchy-capture-screenrecording index 5636bb9e..75a5c207 100755 --- a/bin/omarchy-capture-screenrecording +++ b/bin/omarchy-capture-screenrecording @@ -233,6 +233,7 @@ stop_screenrecording() { else finalize_recording local filename=$(cat "$RECORDING_FILE" 2>/dev/null) + echo "$filename" local preview="${filename%.mp4}-preview.png" # Generate a preview thumbnail from the first frame diff --git a/bin/omarchy-capture-screenshot b/bin/omarchy-capture-screenshot index 627eda07..9a27bfd0 100755 --- a/bin/omarchy-capture-screenshot +++ b/bin/omarchy-capture-screenshot @@ -128,6 +128,7 @@ FILEPATH="$OUTPUT_DIR/$FILENAME" if [[ $PROCESSING == "slurp" ]]; then grim -g "$SELECTION" "$FILEPATH" || exit 1 + echo "$FILEPATH" wl-copy <"$FILEPATH" (