diff options
| author | subh <subh@example.com> | 2026-01-22 23:19:57 +0530 |
|---|---|---|
| committer | subh <subh@example.com> | 2026-01-22 23:19:57 +0530 |
| commit | eb1f94da3380372592dbba2e7395e4c1e35038d9 (patch) | |
| tree | 83e0b9691d307e7a9ca3148985986c96c41b5f4c | |
| parent | e648c437574f6b732194da95bccaa6b519a79749 (diff) | |
added external sound recording with wf-recorder
| -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 28026a7..19fdff9 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 -Dyf ~/Videos/recordings/video.mkv +wf-recorder -Dyaf ~/Videos/recordings/video.mkv |
