dotfiles/templates/bin/record-screen

6 lines
115 B
Text
Raw Normal View History

2023-04-11 13:58:50 -05:00
#!/bin/sh
outfile="$(date +"%Y-%m-%d %T").mkv"
wf-recorder -g "$(slurp -o)" -D -F "format=yuv420p" -f "$outfile"