Modify screenrecord
This commit is contained in:
parent
6af9021c08
commit
11983c4e91
|
@ -11,6 +11,7 @@ fi
|
||||||
if [ -e $PID_FILE ]; then
|
if [ -e $PID_FILE ]; then
|
||||||
kill -s INT "$(cat $PID_FILE)"
|
kill -s INT "$(cat $PID_FILE)"
|
||||||
notify-send "Screen record was ended" -t 2000
|
notify-send "Screen record was ended" -t 2000
|
||||||
|
# https://github.com/mwh/dragon
|
||||||
dragon "$(cat /tmp/screencast.filename)"
|
dragon "$(cat /tmp/screencast.filename)"
|
||||||
rm -- "${PID_FILE}"
|
rm -- "${PID_FILE}"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue