init
This commit is contained in:
5
scripts/start-recording.sh
Executable file
5
scripts/start-recording.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
pidof -q gpu-screen-recorder && exit 0
|
||||
video="$HOME/Videos/$(date +"Video_%Y-%m-%d_%H-%M-%S.mp4")"
|
||||
gpu-screen-recorder -w screen -f 60 -a default_output -o "$video"
|
||||
Reference in New Issue
Block a user