chore(config): add mpv
parent
399fad7452
commit
1ea18f0769
|
@ -15,6 +15,14 @@
|
|||
"external": "~/.config/bat/config"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mpv": {
|
||||
"paths": [
|
||||
{
|
||||
"internal": "data/mpv/mpv.conf",
|
||||
"external": "~/.config/mpv/mpv.conf"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
# https://mpv.io/manual/stable/#configuration-files
|
||||
|
||||
fullscreen=yes
|
||||
profile=gpu-hq
|
||||
hwdec=auto
|
||||
sub-font="Inter"
|
Loading…
Reference in New Issue