Introduction
Introduction Statistics Contact Development Disclaimer Help
Use 2ff exclusively in config.def.h - sent - simple plaintext presentation tool
git clone git://git.suckless.org/sent
Log
Files
Refs
README
LICENSE
---
commit a95e5929922d79ba8679d0d740876aebfaf81bf9
parent 68ac6486b106751f79e2ff2f4d53e56843521ce5
Author: FRIGN <[email protected]>
Date: Sun, 31 Jan 2016 11:09:23 +0100
Use 2ff exclusively in config.def.h
Diffstat:
M config.def.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/config.def.h b/config.def.h
@@ -47,6 +47,5 @@ static Shortcut shortcuts[] = {
};
static Filter filters[] = {
- { "\\.png$", "png2ff" },
- { "\\.(jpg|gif)$", "2ff" },
+ { "\\.(png|jpg|gif)$", "2ff" },
};
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.