aboutsummaryrefslogtreecommitdiff
path: root/.shenanigans.sh
diff options
context:
space:
mode:
Diffstat (limited to '.shenanigans.sh')
-rwxr-xr-x.shenanigans.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh
index 1c7406a..4cb9a1b 100755
--- a/.shenanigans.sh
+++ b/.shenanigans.sh
@@ -76,3 +76,7 @@ backup() {
76 rsync -azhv /tmp/$SNAPSHOT /media/Void/Backup 76 rsync -azhv /tmp/$SNAPSHOT /media/Void/Backup
77 rm -Rf /tmp/$SNAPSHOT 77 rm -Rf /tmp/$SNAPSHOT
78} 78}
79
80screenrecord() {
81 ffmpeg -f x11grab -s 3840x2560 -i :0.0 -r 60 -vcodec h264_nvenc -preset fast ~/Videos/$(date +%Y-%m-%d-%H-%M-%S).mp4
82}