Ver código fonte

Change default associations

master
lostd 11 anos atrás
pai
commit
bfd5f9b1d4
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      noice.c

+ 3
- 3
noice.c Ver arquivo

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



Carregando…
Cancelar
Salvar