[bin] Add mopidy-jellyfin and map drag / drop shortcuts in broot

This commit is contained in:
Sebastian Schulze 2023-11-09 14:44:56 +01:00
parent 538c3d8945
commit ddd31570cc
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 3 additions and 1 deletions

View File

@ -425,7 +425,8 @@ in
{ key = "ctrl-h"; execution = ":back"; }
{ key = "ctrl-d"; execution = ":page_down"; }
{ key = "ctrl-u"; execution = ":page_up"; }
{ invocation = "drop"; external = "drop {file}"; apply_to = "file"; leave_broot = false; switch_terminal = false; }
{ invocation = "drag"; external = "drag {file}"; apply_to = "file"; leave_broot = false; switch_terminal = false; }
];
skin = {
default = "gray(1) None";
@ -657,6 +658,7 @@ in
mopidy-youtube
mopidy-mpris
mopidy-bandcamp
mopidy-jellyfin
yt-dlp
];