mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-07 07:16:21 +09:00
Add script to save recording, only show saved notification if gpu screen recorder was running when saving
This commit is contained in:
3
scripts/save-recording.sh
Executable file
3
scripts/save-recording.sh
Executable file
@@ -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"
|
||||
Reference in New Issue
Block a user