From 26f1a7ef4df26d8cb351b63c0446c5100b7f8be1 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 4 Apr 2025 17:39:48 -0400 Subject: [PATCH] mpv: enable trashing with delete key --- home/mpv.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/mpv.nix b/home/mpv.nix index 2f0ee895..19a5c04d 100644 --- a/home/mpv.nix +++ b/home/mpv.nix @@ -28,6 +28,7 @@ bindings = { "ctrl+a" = "script-message osc-visibility cycle"; "ctrl+f" = "script-binding subtitle_lines/list_subtitles"; + "Del" = "run \"trash\" \"\${path}\"; playlist_next"; }; scripts = with pkgs.mpvScripts; [