From a82c45431bd31bfedaad00d77cc2ab4c772774d0 Mon Sep 17 00:00:00 2001 From: Bert Date: Wed, 9 Mar 2011 10:08:43 +0100 Subject: Use ctrl for ext cmds, disable them in config.h --- config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 0646787..bf48538 100644 --- a/config.h +++ b/config.h @@ -24,3 +24,7 @@ static const float zoom_levels[] = { /* default dimension of thumbnails (width == height): */ #define THUMB_SIZE 60 + +/* remove this line to disable external commands: * + * (otherwise have a look at commands.h to define them) */ +#define EXT_COMMANDS -- cgit v1.2.3-54-g00ecf