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 \
|
||||
|| 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
|
||||
is_empty "$d" && rm -r "$d" || note "skipping unempty $d"
|
||||
done
|
||||
|
|
16
mpv/config
16
mpv/config
|
@ -1,11 +1,7 @@
|
|||
[default]
|
||||
volume=15
|
||||
#af-add=bs2b # doesnt exist
|
||||
#af=drc=2:0.12 # annoying, try defaults?
|
||||
af=drc
|
||||
#af-add=equalizer=4:4:1.5:0:0:0:-3:1:2.5:-3
|
||||
af-add=equalizer=3:3:1.3:0:0:0:0:0:0:0
|
||||
msg-level=info
|
||||
quvi-fetch-subtitles=no
|
||||
quvi-format=best
|
||||
border=no
|
||||
volume=50
|
||||
#af=drc
|
||||
msg-level=all=info
|
||||
osd-level=1
|
||||
#border=no
|
||||
vo=vaapi
|
||||
|
|
Loading…
Add table
Reference in a new issue