[hackers] [sent] add ff and ff.bz2 support in config.def.h || FRIGN

From: <git_AT_suckless.org>
Date: Thu, 14 Jul 2016 12:45:07 +0200 (CEST)

commit 3af7e93324d4fb8dbcb19f60eb7e7357fd350033
Author: FRIGN <dev_AT_frign.de>
AuthorDate: Thu Jul 14 11:23:17 2016 +0200
Commit: Markus Teich <markus.teich_AT_stusta.mhn.de>
CommitDate: Thu Jul 14 12:23:53 2016 +0200

    add ff and ff.bz2 support in config.def.h

diff --git a/config.def.h b/config.def.h
index 023f8cd..f66d121 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -49,5 +49,7 @@ static Shortcut shortcuts[] = {
 };
 
 static Filter filters[] = {
- { "\\.(png|jpg|gif)$", "2ff" },
+ { "\\.ff$", "cat" },
+ { "\\.ff.bz2$", "bunzip2" },
+ { "\\.[a-z0-9]+$", "2ff" },
 };
Received on Thu Jul 14 2016 - 12:45:07 CEST

This archive was generated by hypermail 2.3.0 : Thu Jul 14 2016 - 12:48:15 CEST