diff --git a/bin/omarchy-cmd-screenrecord b/bin/omarchy-cmd-screenrecord index 1d05fae7..4abffc6c 100755 --- a/bin/omarchy-cmd-screenrecord +++ b/bin/omarchy-cmd-screenrecord @@ -13,7 +13,7 @@ screenrecording() { notify-send "Screen recording starting..." -t 1000 sleep 1 - if lspci | grep -qi 'nvidia'; then + if lspci | grep -Eqi 'nvidia|intel.*graphics'; then wf-recorder -f "$filename" -c libx264 -p crf=23 -p preset=medium -p movflags=+faststart "$@" else wl-screenrec -f "$filename" --ffmpeg-encoder-options="-c:v libx264 -crf 23 -preset medium -movflags +faststart" "$@"