diff options
| -rwxr-xr-x | scripts/screen-record.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/screen-record.sh b/scripts/screen-record.sh index d1d15d3..389ce84 100755 --- a/scripts/screen-record.sh +++ b/scripts/screen-record.sh @@ -4,5 +4,5 @@ DISPLAY="$(hyprctl monitors | head -n 1 | cut -d ' ' -f 2)" notify-send -u normal -i video-display "Recording Screen" "Display: $DISPLAY" -wf-recorder -a -Dyf ~/Videos/recordings/video.mkv +wf-recorder -a -Dyf ~/Videos/recordings/video.mp4 |
