diff --git a/trusted b/trusted index 691eb6dd..c08f99c0 160000 --- a/trusted +++ b/trusted @@ -1 +1 @@ -Subproject commit 691eb6dda69e370cea9826726550c913e659e768 +Subproject commit c08f99c0b548a46873e23c5f2266b2d7b9cc2c5b diff --git a/users/kat/media/mpv.nix b/users/kat/media/mpv.nix index 5210bb60..37c1ae2e 100644 --- a/users/kat/media/mpv.nix +++ b/users/kat/media/mpv.nix @@ -8,6 +8,7 @@ unbind = "keyup"; in { "WHEEL_UP" = "add volume 2"; "WHEEL_DOWN" = "add volume -2"; + "ctrl+r" = "loadfile \${path}"; }; config = { profile = "gpu-hq";