summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsubh <subh@example.com>2026-01-22 23:25:31 +0530
committersubh <subh@example.com>2026-01-22 23:25:31 +0530
commitecd60d39e7fa79f138f06dac8f62110db703d08d (patch)
treee22aabad524f1402a06f1a948eea859528650de2
parenteb1f94da3380372592dbba2e7395e4c1e35038d9 (diff)
fixed a minor problem in the recording script
-rwxr-xr-xscripts/screen-record.sh4
1 files 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