From 6b3555e44f61adc6cfe3de901b02e127bd23b146 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Sat, 12 Dec 2020 14:36:41 +0100 Subject: Updated screen record scripts to record 1080p monitor when two present. --- stopScreenRecord.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stopScreenRecord.sh') diff --git a/stopScreenRecord.sh b/stopScreenRecord.sh index 680f2f4..71131a3 100755 --- a/stopScreenRecord.sh +++ b/stopScreenRecord.sh @@ -1,6 +1,6 @@ #!/bin/sh -MARKFILE='/tmp/screenRec.mark' +markfile='/tmp/screenRec.mark' # Terminate ffmpeg processes for process in $(pgrep -x ffmpeg) do @@ -11,5 +11,5 @@ for process in $(pgrep -x screenRecord.sh) do kill "$process" && notify-send -t 1000 "Recording $process stopped." done -rm $MARKFILE +rm $markfile pkill -SIGRTMIN+13 i3blocks -- cgit v1.2.1