Introduction
Introduction Statistics Contact Development Disclaimer Help
Use mpv instead of mplayer by default - noice - small file browser (mirror / fo…
git clone git://git.codemadness.org/noice
Log
Files
Refs
README
LICENSE
---
commit 8ef7a70693f6af174a04c818a4e7332602d8eaab
parent e56e7d912b2ccff920db03d54834f554f3568e31
Author: sin <[email protected]>
Date: Sun, 23 Apr 2017 15:11:20 +0100
Use mpv instead of mplayer by default
Diffstat:
M config.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.def.h b/config.def.h
@@ -9,7 +9,7 @@ int showhidden = 0; /* Set to 1 to show hidden files by defaul…
char *idlecmd = "rain"; /* The screensaver program */
struct assoc assocs[] = {
- { "\\.(avi|mp4|mkv|mp3|ogg|flac|mov)$", "mplayer" },
+ { "\\.(avi|mp4|mkv|mp3|ogg|flac|mov)$", "mpv" },
{ "\\.(png|jpg|gif)$", "feh" },
{ "\\.(html|svg)$", "firefox" },
{ "\\.pdf$", "mupdf" },
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.