noice

small file browser
git clone git://git.2f30.org/noice
Log | Files | Refs | README | LICENSE

commit bfd5f9b1d45268106210cafa28a445d8c035e36f
parent 11bebdf23e4c2dd6015f949b65f802f36cedc06c
Author: lostd <lostd@2f30.org>
Date:   Fri, 10 Oct 2014 14:57:02 +0300

Change default associations

Diffstat:
Mnoice.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/noice.c b/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" }, };