瀏覽代碼

Change default associations

master
lostd 10 年之前
父節點
當前提交
bfd5f9b1d4
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      noice.c

+ 3
- 3
noice.c 查看文件

@@ -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…
取消
儲存