1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-12 20:41:16 +02:00

vifm: use mpv as default music player

This commit is contained in:
2024-04-01 03:23:18 +02:00
parent 41e60ce12c
commit 8568927662

View File

@@ -214,6 +214,8 @@ filextype *.svg
" Audio
filetype *.wav,*.mp3,*.flac,*.m4a,*.wma,*.ape,*.ac3,*.og[agx],*.spx,*.opus
\ {Play using mpv}
\ mpv %c,
\ {Play using ffplay}
\ ffplay -nodisp -autoexit %c,
\ {Play using MPlayer}