From 10b2bcdc00f22d28804d408429ea46bcfe60c222 Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 16 Jun 2024 16:15:20 +0200 Subject: mailup --- .local/bin/cast/recscreen | 8 ++++---- .local/bin/fetch_mail.sh | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to '.local') diff --git a/.local/bin/cast/recscreen b/.local/bin/cast/recscreen index d5079eb..497c6bf 100755 --- a/.local/bin/cast/recscreen +++ b/.local/bin/cast/recscreen @@ -1,9 +1,9 @@ #!/usr/local/bin/dash ffmpeg -y \ - -f x11grab -video_size 1920x1080 -framerate 24 -i $DISPLAY \ - -f pulse -ac 2 -ar 44100 -i oss_input.dsp0 \ - -f pulse -ac 2 -ar 44100 -i oss_output.dsp0.monitor \ + -f x11grab -video_size 1680x1050 -framerate 24 -i $DISPLAY \ + -f pulse -ac 2 -ar 44100 -i oss_input.dsp5 \ + -f pulse -ac 2 -ar 44100 -i oss_output.dsp5.monitor \ -filter_complex ' anlmdn=s=1, highpass=f=140, lowpass=f=16000, @@ -18,5 +18,5 @@ ffmpeg -y \ -acodec aac -b:a 320k -ar 44100 -ac 2 \ -pix_fmt yuv420p \ screen_$(date "+%Y-%m-%d_%Hh%M").mkv - + # vim: filetype=sh diff --git a/.local/bin/fetch_mail.sh b/.local/bin/fetch_mail.sh index c342215..ed3da4a 100755 --- a/.local/bin/fetch_mail.sh +++ b/.local/bin/fetch_mail.sh @@ -4,8 +4,8 @@ set -f set +f set -m -export GNUPGHOME=/home/jozan/.local/share/gnupg -export PASSWORD_STORE_DIR=/home/jozan/.local/share/pass +export GNUPGHOME=$HOME/.local/share/gnupg +export PASSWORD_STORE_DIR=$HOME/.local/share/pass mc_file="/tmp/newmailcount" if [ -f $mc_file ]; then -- cgit v1.2.3