diff options
Diffstat (limited to 'scripts/save-recording.sh')
-rwxr-xr-x | scripts/save-recording.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/save-recording.sh b/scripts/save-recording.sh new file mode 100755 index 0000000..90fefc1 --- /dev/null +++ b/scripts/save-recording.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +killall -SIGINT gpu-screen-recorder && sleep 0.5 && notify-send -t 1500 -u low "GPU Screen Recorder" "Recording saved" |