Explorar el Código

Change default associations

master
lostd hace 10 años
padre
commit
bfd5f9b1d4
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      noice.c

+ 3
- 3
noice.c Ver fichero

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



Cargando…
Cancelar
Guardar