Przeglądaj źródła

Change default associations

master
lostd 10 lat temu
rodzic
commit
bfd5f9b1d4
1 zmienionych plików z 3 dodań i 3 usunięć
  1. +3
    -3
      noice.c

+ 3
- 3
noice.c Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz