diff options
| author | subh <subh@example.com> | 2026-01-22 22:45:43 +0530 |
|---|---|---|
| committer | subh <subh@example.com> | 2026-01-22 22:50:42 +0530 |
| commit | e648c437574f6b732194da95bccaa6b519a79749 (patch) | |
| tree | 7b4c2ec58169eac1bd0e2d8fa84652966afd4b16 /scripts/screen-record-stop.sh | |
| parent | 602f0d40e76e46b78928286a5a7e8eb3d5a2f40a (diff) | |
added screen-recording script
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" |
