aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.feeds.txt1
-rwxr-xr-x.shenanigans.sh4
2 files changed, 5 insertions, 0 deletions
diff --git a/.feeds.txt b/.feeds.txt
index 63d5905..436a8a4 100644
--- a/.feeds.txt
+++ b/.feeds.txt
@@ -31,3 +31,4 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCTAfm-YD2M9xzvbYvRc5ttA "vi
31https://www.youtube.com/feeds/videos.xml?channel_id=UCoL8olX-259lS1N6QPyP4IQ "videos" 31https://www.youtube.com/feeds/videos.xml?channel_id=UCoL8olX-259lS1N6QPyP4IQ "videos"
32https://www.youtube.com/feeds/videos.xml?channel_id=UC6107grRI4m0o2-emgoDnAA "videos" 32https://www.youtube.com/feeds/videos.xml?channel_id=UC6107grRI4m0o2-emgoDnAA "videos"
33https://www.youtube.com/feeds/videos.xml?channel_id=UC2avWDLN1EI3r1RZ_dlSxCw "videos" 33https://www.youtube.com/feeds/videos.xml?channel_id=UC2avWDLN1EI3r1RZ_dlSxCw "videos"
34https://www.youtube.com/feeds/videos.xml?channel_id=UCMN0a7GHQnC6H74SmCGSmdw "videos"
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}