summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-06-22 11:01:54 +0200
committerhut <hut@lavabit.com>2010-06-22 11:01:54 +0200
commit2e386864912dd028774ffcd997f5ea686e955d0b (patch)
tree1695048e7efaa38cd9c5b8605686df06c2d67902
parent500cf2593322008c05afeed9117dcc5d35b6fa9b (diff)
downloadranger-2e386864912dd028774ffcd997f5ea686e955d0b.tar.gz
defaults.options: deactivate scope.sh by default
-rw-r--r--ranger/defaults/options.py8
1 files changed, 7 insertions, 1 deletions
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
plement octans, move subroutines to respective modules' href='/andinus/octans/commit/lib/Neighbors.rakumod?id=5bb0f224483fbc1d57fd1c5a2f4a22dd7263ecd6'>5bb0f22 ^
edf8a72 ^
5bb0f22 ^












1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54