Home: Replace vlc with mpv
This commit is contained in:
@ -68,7 +68,7 @@ in {
|
||||
opener = {
|
||||
play = [
|
||||
{
|
||||
run = ''vlc "$@"'';
|
||||
run = ''mpv "$@"'';
|
||||
orphan = true;
|
||||
desc = "Play selection";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user