From ecd60d39e7fa79f138f06dac8f62110db703d08d Mon Sep 17 00:00:00 2001 From: subh Date: Thu, 22 Jan 2026 23:25:31 +0530 Subject: fixed a minor problem in the recording script --- scripts/screen-record.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/screen-record.sh b/scripts/screen-record.sh index 19fdff9..d1d15d3 100755 --- a/scripts/screen-record.sh +++ b/scripts/screen-record.sh @@ -1,8 +1,8 @@ -#!/bin/bash +!/bin/bash DISPLAY="$(hyprctl monitors | head -n 1 | cut -d ' ' -f 2)" notify-send -u normal -i video-display "Recording Screen" "Display: $DISPLAY" -wf-recorder -Dyaf ~/Videos/recordings/video.mkv +wf-recorder -a -Dyf ~/Videos/recordings/video.mkv -- cgit v1.2.3