1

Home: Replace vlc with mpv

This commit is contained in:
2025-11-14 17:17:24 +01:00
parent 6020e99197
commit 91b774d9e6
5 changed files with 7 additions and 7 deletions

View File

@ -68,7 +68,7 @@ in {
opener = {
play = [
{
run = ''vlc "$@"'';
run = ''mpv "$@"'';
orphan = true;
desc = "Play selection";
}