feat(homeModules/desktop): add video players
This commit is contained in:
parent
264fa4d8a9
commit
c908ee136b
4 changed files with 36 additions and 4 deletions
|
@ -8,11 +8,12 @@
|
|||
settings = {
|
||||
mgr = {
|
||||
sort_by = "natural";
|
||||
prepend_keymap = [
|
||||
};
|
||||
opener = {
|
||||
play = [
|
||||
{
|
||||
on = "l";
|
||||
run = "plugin smart-enter";
|
||||
desc = "";
|
||||
run = "vlc \"$@\"";
|
||||
desc = "Open";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue