commit 2f11fc5427127bcfdf84dd4e1c71c5c91157088c
parent 8ef7a70693f6af174a04c818a4e7332602d8eaab
Author: sin <sin@2f30.org>
Date: Sun, 23 Apr 2017 15:13:51 +0100
Use sxiv instead of feh by default
Diffstat:
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" },