diff options
Diffstat (limited to 'scripts/screen-record-stop.sh')
| -rwxr-xr-x | scripts/screen-record-stop.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/screen-record-stop.sh b/scripts/screen-record-stop.sh new file mode 100755 index 0000000..3eb1694 --- /dev/null +++ b/scripts/screen-record-stop.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +killall wf-recorder + +notify-send -u normal -i media-record "Recording Stopped" "Saving recording to: /home/subh/Videos/recordings/video.mkv" |
