diff options
author | Joe <bousset.rudy@gmail.com> | 2024-06-16 16:15:20 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2024-06-16 16:15:20 +0200 |
commit | 10b2bcdc00f22d28804d408429ea46bcfe60c222 (patch) | |
tree | 354ec7ef08285c23863fb4f68168973ec41793d2 /.local | |
parent | up (diff) | |
download | dotfiles-bsd-10b2bcdc00f22d28804d408429ea46bcfe60c222.tar.gz dotfiles-bsd-10b2bcdc00f22d28804d408429ea46bcfe60c222.tar.bz2 dotfiles-bsd-10b2bcdc00f22d28804d408429ea46bcfe60c222.tar.xz dotfiles-bsd-10b2bcdc00f22d28804d408429ea46bcfe60c222.tar.zst dotfiles-bsd-10b2bcdc00f22d28804d408429ea46bcfe60c222.zip |
mailup
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/cast/recscreen | 8 | ||||
-rwxr-xr-x | .local/bin/fetch_mail.sh | 4 |
2 files changed, 6 insertions, 6 deletions
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 |