Compare commits

..

2 Commits

Author SHA1 Message Date
mintycube
7143a6c671 use defaults in mpv as much as possible 2024-07-31 16:41:45 +05:00
mintycube
bdf23a605a fix:rename conflictig alias fg 2024-07-31 16:39:37 +05:00
3 changed files with 2 additions and 10 deletions

View File

@ -1,11 +1,3 @@
scale=spline36
cscale=mitchell
dscale=mitchell
scale-antiring=1.0
cscale-antiring=1.0
dither-depth=auto
correct-downscaling=yes
sigmoid-upscaling=yes
deband=yes
save-position-on-quit=yes

@ -1 +1 @@
Subproject commit 0825220ecef7887043d6c45120d889418bc08d64
Subproject commit 8df0f13fe5606b7f0909c077f7411e9bb3c65c9f

View File

@ -20,7 +20,7 @@ alias \
ce="confedit" \
cg="fzf-grep \$HOME/.config" \
fe="fzf-fd \$(pwd) | xargs -r nvim" \
fg="fzf-grep \$(pwd)" \
fgr="fzf-grep \$(pwd)" \
cp="cp -iv" \
mv="mv -iv" \
rm="rm -vI" \