Use sxiv instead of feh by default - noice - small file browser (mirror / fork from 2f30.org)
(HTM) git clone git://git.codemadness.org/noice
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 2f11fc5427127bcfdf84dd4e1c71c5c91157088c
(DIR) parent 8ef7a70693f6af174a04c818a4e7332602d8eaab
(HTM) Author: sin <sin@2f30.org>
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(-)
---
(DIR) 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" },