From fa1b31804e18db692adc22120a4e7541c2fee7b8 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Fri, 18 Mar 2016 18:15:09 +0100 Subject: [PATCH] ranger to abysm --- config/ranger/rc.conf | 5 +++-- config/ranger/rifle.conf | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/config/ranger/rc.conf b/config/ranger/rc.conf index 8a69c24..d88b3d5 100644 --- a/config/ranger/rc.conf +++ b/config/ranger/rc.conf @@ -163,8 +163,9 @@ set xterm_alt_key false # Examples: # setlocal path=~/downloads sort mtime -setlocal path=~/Temporary sort mtime -setlocal path=~/Temporary sort_directories_first false +setlocal path=/data/temporary sort mtime +setlocal path=/data/temporary sort_directories_first false +setlocal path=~/ show_hidden True # =================================================================== # == Command Aliases in the Console diff --git a/config/ranger/rifle.conf b/config/ranger/rifle.conf index 21a2098..278d7c3 100644 --- a/config/ranger/rifle.conf +++ b/config/ranger/rifle.conf @@ -48,6 +48,12 @@ # Note: When using rifle in ranger, there is an additional flag "c" for # only running the current file even if you have marked multiple files. +#------------------------------------------- +# URLs +#------------------------------------------- +match ^https?://, has qutebrowser, X, flag f = qutebrowser -- "$@" +match ^magnet:, has transmission-remote = qutebrowser -- "$@" + #------------------------------------------- # Websites #-------------------------------------------