added some scripts and configuration for gpu screen recorder. note: gpu-screen-recorder must be installed for this
This commit is contained in:
6
homemanager/hyprland/scripts/gpu-screen-recorder/start-replay.sh
Executable file
6
homemanager/hyprland/scripts/gpu-screen-recorder/start-replay.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
pidof -q gpu-screen-recorder && exit 0
|
||||
video_path="$HOME/Videos"
|
||||
mkdir -p "$video_path"
|
||||
gpu-screen-recorder -w screen -f 60 -a default_output -c mkv -bm cbr -q 40000 -r 60 -o "$video_path"
|
||||
Reference in New Issue
Block a user