mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
the further tweakening
This commit is contained in:
parent
9b354ff8b5
commit
e347a6858d
2 changed files with 7 additions and 11 deletions
2
install
2
install
|
@ -77,7 +77,7 @@ done
|
||||||
grep .bashrc .bash_profile >/dev/null 2>&1 \
|
grep .bashrc .bash_profile >/dev/null 2>&1 \
|
||||||
|| echo -e '\n[[ -f ~/.bashrc ]] && . ~/.bashrc' >> .bash_profile
|
|| echo -e '\n[[ -f ~/.bashrc ]] && . ~/.bashrc' >> .bash_profile
|
||||||
|
|
||||||
for d in Desktop Documents Downloads Music Pictures Public Templates Video; do
|
for d in Desktop Documents Downloads Music Pictures Public Templates Video Videos; do
|
||||||
[ -d "$d" ] || continue
|
[ -d "$d" ] || continue
|
||||||
is_empty "$d" && rm -r "$d" || note "skipping unempty $d"
|
is_empty "$d" && rm -r "$d" || note "skipping unempty $d"
|
||||||
done
|
done
|
||||||
|
|
16
mpv/config
16
mpv/config
|
@ -1,11 +1,7 @@
|
||||||
[default]
|
[default]
|
||||||
volume=15
|
volume=50
|
||||||
#af-add=bs2b # doesnt exist
|
#af=drc
|
||||||
#af=drc=2:0.12 # annoying, try defaults?
|
msg-level=all=info
|
||||||
af=drc
|
osd-level=1
|
||||||
#af-add=equalizer=4:4:1.5:0:0:0:-3:1:2.5:-3
|
#border=no
|
||||||
af-add=equalizer=3:3:1.3:0:0:0:0:0:0:0
|
vo=vaapi
|
||||||
msg-level=info
|
|
||||||
quvi-fetch-subtitles=no
|
|
||||||
quvi-format=best
|
|
||||||
border=no
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue