소스 검색

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" },
};



불러오는 중...
취소
저장