From 2e386864912dd028774ffcd997f5ea686e955d0b Mon Sep 17 00:00:00 2001 From: hut Date: Tue, 22 Jun 2010 11:01:54 +0200 Subject: defaults.options: deactivate scope.sh by default --- ranger/defaults/options.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ranger/defaults/options.py b/ranger/defaults/options.py index 67009426..8f8ee830 100644 --- a/ranger/defaults/options.py +++ b/ranger/defaults/options.py @@ -40,7 +40,13 @@ hidden_filter = regexp( show_hidden = False # Which script is used to generate file previews? -preview_script = relpath_script('scope.sh') # relative to config directory +preview_script = None + +# Ranger ships with scope.sh, a script that calls external programs (see +# README for dependencies) to preview images, archives, etc. +# As of now, it's disabled by default because of poor performance. +# Uncomment this line to enable it: +#preview_script = relpath_script('scope.sh') # Show dotfiles in the bookmark preview box? show_hidden_bookmarks = True -- cgit 1.4.1-2-gfad0