Browse Source

Change default associations

master
lostd 10 years ago
parent
commit
bfd5f9b1d4
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      noice.c

+ 3
- 3
noice.c View File

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



Loading…
Cancel
Save