|
@@ -44,10 +44,10 @@ struct assoc { |
|
|
/* Configuration */ |
|
|
/* Configuration */ |
|
|
struct assoc assocs[] = { |
|
|
struct assoc assocs[] = { |
|
|
{ "\\.(avi|mp4|mkv|mp3|ogg)$", "mplayer" }, |
|
|
{ "\\.(avi|mp4|mkv|mp3|ogg)$", "mplayer" }, |
|
|
{ "\\.srt$", "less" }, |
|
|
{ "\\.(png|jpg|gif)$", "feh" }, |
|
|
{ "\\.txt$", "less" }, |
|
|
{ "\\.(html|svg)$", "firefox" }, |
|
|
|
|
|
{ "\\.pdf$", "mupdf" }, |
|
|
{ "\\.sh$", "sh" }, |
|
|
{ "\\.sh$", "sh" }, |
|
|
{ "^README$", "less" }, |
|
|
|
|
|
{ ".*", "less" }, |
|
|
{ ".*", "less" }, |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|