diff options
-rw-r--r-- | ranger/defaults/apps.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/defaults/apps.py b/ranger/defaults/apps.py index 5be33828..084f9638 100644 --- a/ranger/defaults/apps.py +++ b/ranger/defaults/apps.py @@ -59,6 +59,7 @@ class CustomApplications(Applications): if f.extension is not None: if f.extension in ('pdf'): + c.flags += 'd' return self.either(c, 'evince', 'zathura', 'apvlv') if f.extension in ('html', 'htm', 'xhtml', 'swf'): return self.either(c, 'firefox', 'opera', 'elinks') |