From a4303e178255fa91ea06f6fe1d5318a048a6782d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 28 Feb 2026 17:56:35 +0100 Subject: [PATCH] Use fixed framework for easier importing into kdenlive --- bin/omarchy-cmd-screenrecord | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-cmd-screenrecord b/bin/omarchy-cmd-screenrecord index 56813dd5..3ee3d877 100755 --- a/bin/omarchy-cmd-screenrecord +++ b/bin/omarchy-cmd-screenrecord @@ -103,7 +103,7 @@ start_screenrecording() { local resolution="${RESOLUTION:-$(default_resolution)}" - gpu-screen-recorder -w portal -k auto -s "$resolution" -f 60 -fallback-cpu-encoding yes -o "$filename" "${audio_args[@]}" & + gpu-screen-recorder -w portal -k auto -s "$resolution" -f 60 -fm cfr -fallback-cpu-encoding yes -o "$filename" "${audio_args[@]}" & local pid=$! # Wait for recording to actually start (file appears after portal selection)