aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/config.def.h b/config.def.h
index af9bcbb..b9f6741 100644
--- a/config.def.h
+++ b/config.def.h
@@ -8,12 +8,13 @@ int idletimeout = 0; /* Screensaver timeout in seconds, 0 to disable */
char *idlecmd = "rain"; /* The screensaver program */
struct assoc assocs[] = {
- { "\\.(avi|mp4|mkv|mp3|ogg|flac|mov)$", "mplayer" },
- { "\\.(png|jpg|gif)$", "feh" },
- { "\\.(html|svg)$", "firefox" },
- { "\\.pdf$", "mupdf" },
+ //{ "\\.(avi|mp4|mkv|mp3|ogg|flac|mov)$", "mpv" },
+ { "\\.(wma|mp3|ogg|flac)$", "fmedia" },
+ //{ "\\.(png|jpg|gif)$", "feh" },
+ //{ "\\.(html|svg)$", "firefox" },
+ { "\\.pdf$", "zathura" },
{ "\\.sh$", "sh" },
- { ".", "less" },
+ //{ ".", "less" },
};
struct key bindings[] = {