mpv: enable trashing with delete key

This commit is contained in:
Donovan Glover 2025-04-04 17:39:48 -04:00
parent 3853b2025d
commit 26f1a7ef4d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -28,6 +28,7 @@
bindings = { bindings = {
"ctrl+a" = "script-message osc-visibility cycle"; "ctrl+a" = "script-message osc-visibility cycle";
"ctrl+f" = "script-binding subtitle_lines/list_subtitles"; "ctrl+f" = "script-binding subtitle_lines/list_subtitles";
"Del" = "run \"trash\" \"\${path}\"; playlist_next";
}; };
scripts = with pkgs.mpvScripts; [ scripts = with pkgs.mpvScripts; [