Configure mpv
This commit is contained in:
parent
e16b11d924
commit
a45d7aceed
1 changed files with 8 additions and 1 deletions
|
|
@ -42,15 +42,22 @@ in {
|
|||
mpv = {
|
||||
enable = true;
|
||||
config = {
|
||||
osd-bar = "no";
|
||||
border = "no";
|
||||
osc = "no";
|
||||
osd-bar = "no";
|
||||
profile = "gpu-hq";
|
||||
};
|
||||
scripts = with pkgs.mpvScripts; [
|
||||
mpris
|
||||
thumbfast
|
||||
uosc
|
||||
visualizer
|
||||
vr-reversal
|
||||
];
|
||||
scriptOpts.visualizer = {
|
||||
height = 9;
|
||||
quality = "veryhigh";
|
||||
};
|
||||
};
|
||||
obs-studio.enable = true;
|
||||
zathura = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue