summaryrefslogtreecommitdiffstats
path: root/.local/bin
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2024-06-16 16:15:20 +0200
committerJoe <bousset.rudy@gmail.com>2024-06-16 16:15:20 +0200
commit10b2bcdc00f22d28804d408429ea46bcfe60c222 (patch)
tree354ec7ef08285c23863fb4f68168973ec41793d2 /.local/bin
parentup (diff)
downloaddotfiles-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/bin')
-rwxr-xr-x.local/bin/cast/recscreen8
-rwxr-xr-x.local/bin/fetch_mail.sh4
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