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 = {
|
mpv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
osd-bar = "no";
|
|
||||||
border = "no";
|
border = "no";
|
||||||
|
osc = "no";
|
||||||
|
osd-bar = "no";
|
||||||
|
profile = "gpu-hq";
|
||||||
};
|
};
|
||||||
scripts = with pkgs.mpvScripts; [
|
scripts = with pkgs.mpvScripts; [
|
||||||
mpris
|
mpris
|
||||||
thumbfast
|
thumbfast
|
||||||
uosc
|
uosc
|
||||||
|
visualizer
|
||||||
vr-reversal
|
vr-reversal
|
||||||
];
|
];
|
||||||
|
scriptOpts.visualizer = {
|
||||||
|
height = 9;
|
||||||
|
quality = "veryhigh";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
obs-studio.enable = true;
|
obs-studio.enable = true;
|
||||||
zathura = {
|
zathura = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue