2005
0be41fd01a
its kind of uneven right now thats kind of bothering me but I'll add more modules new keybinds and scripts for timewarrior (i3, polybar)
7 lines
225 B
Bash
Executable file
7 lines
225 B
Bash
Executable file
#!/bin/sh
|
|
|
|
|
|
mkdir -p "$video_path"
|
|
echo "Screen" > /tmp/replay.tmp
|
|
gpu-screen-recorder -w screen -k h264 -f 60 -a "$(pactl get-default-sink).monitor|$(pactl get-default-source)" -c mp4 -r 150 -o "$HOME/Videos/Replays/screen"
|