1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

feat(mpv): reenable osc

This commit is contained in:
2021-11-06 08:15:07 +01:00
parent a93a34e546
commit cb10b423dc

View File

@@ -8,7 +8,6 @@ in {
programs.mpv = {
enable = true;
config = {
osc = "no";
ytdl-raw-options = lib.concatStringsSep "," [ ''sub-lang="de,en"'' "write-sub=" "write-auto-sub=" ];
screenshot-template = "%F-%wH%wM%wS-%#04n";
};
@@ -23,7 +22,6 @@ in {
"Alt+j" = "add video-pan-y -0.05";
};
scripts = [
# pkgs.mpvScripts.thumbnail
nixpkgs-unstable.mpvScripts.youtube-quality
];
};