diff --git a/bin/omarchy-screenrecord b/bin/omarchy-screenrecord index 229f241..8d2cab7 100755 --- a/bin/omarchy-screenrecord +++ b/bin/omarchy-screenrecord @@ -9,6 +9,6 @@ else sleep 1 wl-screenrec \ -g "$region" \ - -f "$HOME/Videos/screen-recording-$(date +'%Y-%m-%d_%H-%M-%S').mp4" \ + -f "$HOME/Videos/screenrecording-$(date +'%Y-%m-%d_%H-%M-%S').mp4" \ --ffmpeg-encoder-options="-c:v libx264 -crf 23 -preset medium -movflags +faststart" fi