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 #-------------------------------------------