1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-09-18 18:37:45 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
50b033c772 fixed merge conflict 2025-08-17 16:54:33 +02:00
d7a25d0ed2 updated various settings 2025-08-17 16:52:49 +02:00
4 changed files with 6 additions and 4 deletions

View File

@ -185,7 +185,7 @@ fi
eval $(thefuck --alias)
# python
eval "$(pyenv init - zsh)"
eval "$(pyenv init -)"
##########################
# COMMANDS BEFORE PROMPT #

View File

@ -37,7 +37,7 @@ case "$file" in
*\.js) node "$file" ;;
*\.c) if [ -f Makefile ]; then make run; else cc "$file" -o "$base" && "$base"; fi ;;
*\.nim) nim c -r -d:noColors "$file" ;;
*\.py) python "$file" ;;
*\.py) python3 "$file" ;;
*\.go) go run "$file" ;;
*\.lua) lua "$file" ;;
*\.sent) setsid sent "$file" 2>/dev/null & ;;

View File

@ -7,7 +7,8 @@ device=${CAPTURE_DEVICE:-cpu}
fps=60
format="mp4"
v_codec="h264"
v_codec="hevc"
# v_codec="h264"
a_codec="opus"
lenght=20

View File

@ -7,7 +7,8 @@ device=${CAPTURE_DEVICE:-cpu}
fps=60
format="mp4"
v_codec="h264"
v_codec="hevc"
# v_codec="h264"
a_codec="aac"
output="$output/recording-$(date '+%Y-%m-%d_%H-%M-%S').$format"