From 11983c4e91c0b56d353f9b96cc6037e364cc90f9 Mon Sep 17 00:00:00 2001 From: hok7z Date: Sat, 17 Dec 2022 23:40:36 +0200 Subject: [PATCH] Modify screenrecord --- bin/screenrecord | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/screenrecord b/bin/screenrecord index 52b5032..c8a60f4 100755 --- a/bin/screenrecord +++ b/bin/screenrecord @@ -11,6 +11,7 @@ fi if [ -e $PID_FILE ]; then kill -s INT "$(cat $PID_FILE)" notify-send "Screen record was ended" -t 2000 + # https://github.com/mwh/dragon dragon "$(cat /tmp/screencast.filename)" rm -- "${PID_FILE}" else