mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
remove mpv config
i'll either handle this myself or specify arguments by shell commands
This commit is contained in:
parent
62209cb124
commit
239c6a2a1e
3 changed files with 1 additions and 39 deletions
2
install
2
install
|
@ -145,7 +145,7 @@ for f in \
|
|||
hardlink "$f" "$rc/home/${f#.}"
|
||||
done
|
||||
|
||||
for d in sh .vim .mpv; do
|
||||
for d in sh .vim; do
|
||||
softlink "$d" "$rc/${d#.}"
|
||||
done
|
||||
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
alt+` set window-scale 0.3333
|
||||
alt+1 set window-scale 0.5
|
||||
alt+2 set window-scale 0.6667
|
||||
alt+3 set window-scale 1.0
|
||||
alt+4 set window-scale 1.3333
|
||||
alt+5 set window-scale 1.5
|
||||
alt+6 set window-scale 2.0
|
||||
alt+7 set window-scale 2.25
|
||||
alt+8 set window-scale 3.0
|
||||
alt+9 set window-scale 4.0
|
||||
alt+0 set contrast 0; set brightness 0; set gamma 0; set saturation 0
|
||||
alt+- set contrast -9; set brightness 2; set gamma -5; set saturation 4
|
||||
alt+= set contrast 7; set brightness -2; set gamma 5; set saturation 7
|
||||
alt+' set contrast 18; set brightness 3; set gamma 12; set saturation 6
|
||||
alt+\ set contrast 15; set brightness -1; set gamma 10; set saturation -5
|
||||
9 add volume -5
|
||||
/ add volume -5
|
||||
0 add volume 5
|
||||
* add volume 5
|
||||
ctrl+- add audio-delay -0.060
|
||||
ctrl+= add audio-delay 0.060
|
||||
ctrl++ add audio-delay 0.060
|
16
mpv/mpv.conf
16
mpv/mpv.conf
|
@ -1,16 +0,0 @@
|
|||
[default]
|
||||
msg-level=all=info
|
||||
border=no
|
||||
force-window=yes
|
||||
autofit=1280x720
|
||||
geometry=50%:50%
|
||||
profile=gpu-hq
|
||||
screenshot-format=png
|
||||
screenshot-png-compression=4
|
||||
screenshot-sw=yes
|
||||
volume=75
|
||||
#opengl-swapinterval=0
|
||||
#angle-flip=no
|
||||
#d3d11-flip=no
|
||||
#cache-default=8192
|
||||
#cache-secs=9
|
Loading…
Add table
Reference in a new issue