feat(homeModules/desktop): add video players

This commit is contained in:
Mohammad Rafiq 2025-06-06 17:56:22 +08:00
parent 264fa4d8a9
commit c908ee136b
No known key found for this signature in database
4 changed files with 36 additions and 4 deletions

View file

@ -8,11 +8,12 @@
settings = {
mgr = {
sort_by = "natural";
prepend_keymap = [
};
opener = {
play = [
{
on = "l";
run = "plugin smart-enter";
desc = "";
run = "vlc \"$@\"";
desc = "Open";
}
];
};