From cb10b423dcad454afc9d7a0085066ced9155e355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 6 Nov 2021 08:15:07 +0100 Subject: [PATCH] feat(mpv): reenable osc --- configs/mpv.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/configs/mpv.nix b/configs/mpv.nix index 7c17b2b..c9006a1 100644 --- a/configs/mpv.nix +++ b/configs/mpv.nix @@ -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 ]; };