mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-04-21 09:19:34 +09:00
Add script to save recording, only show saved notification if gpu screen recorder was running when saving
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
killall -SIGUSR1 gpu-screen-recorder
|
||||
notify-send -t 1500 -u low -- "GPU Screen Recorder" "Replay saved"
|
||||
killall -SIGUSR1 gpu-screen-recorder && sleep 0.5 && notify-send -t 1500 -u low -- "GPU Screen Recorder" "Replay saved"
|
||||
|
||||
Reference in New Issue
Block a user