Basic updates.

This commit is contained in:
CronyAkatsuki 2023-08-23 19:52:23 +02:00
parent e3d4ecc3b7
commit 3937811c9e
3 changed files with 63 additions and 0 deletions

View file

@ -7,6 +7,8 @@ record () {
videoQuality=15 # H264 QVal - Lower is better
recordLocation=~/vids/yt
[ ! -d "$recordLocation" ] && mkdir "$recordLocation"
## Auto-Config - Use the last render device which should be the Intel GPU
currentRes=$(xdpyinfo | grep dimensions | awk '{print $2}')