Use sxiv instead of feh by default - noice - small file browser (mirror / fork … | |
git clone git://git.codemadness.org/noice | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 2f11fc5427127bcfdf84dd4e1c71c5c91157088c | |
parent 8ef7a70693f6af174a04c818a4e7332602d8eaab | |
Author: sin <[email protected]> | |
Date: Sun, 23 Apr 2017 15:13:51 +0100 | |
Use sxiv instead of feh 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 | |
@@ -10,7 +10,7 @@ char *idlecmd = "rain"; /* The screensaver program */ | |
struct assoc assocs[] = { | |
{ "\\.(avi|mp4|mkv|mp3|ogg|flac|mov)$", "mpv" }, | |
- { "\\.(png|jpg|gif)$", "feh" }, | |
+ { "\\.(png|jpg|gif)$", "sxiv" }, | |
{ "\\.(html|svg)$", "firefox" }, | |
{ "\\.pdf$", "mupdf" }, | |
{ "\\.sh$", "sh" }, |