diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-09-10 08:53:51 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-09-10 08:53:51 +0300 |
commit | 3f4a4f3cb9401772df85532314c9dfc2723bf619 (patch) | |
tree | 91e284ab978cba7ebcfd9c23ad5e3453ba52b3e0 /dotfiles/.config/ranger/rifle.conf | |
parent | e44b25d20fb3fe11e152ca171c8cfc2c9e4a6358 (diff) | |
download | swayrice-3f4a4f3cb9401772df85532314c9dfc2723bf619.tar.gz swayrice-3f4a4f3cb9401772df85532314c9dfc2723bf619.zip |
revert to using termite for ranger
Diffstat (limited to 'dotfiles/.config/ranger/rifle.conf')
-rw-r--r-- | dotfiles/.config/ranger/rifle.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/ranger/rifle.conf b/dotfiles/.config/ranger/rifle.conf index ce2c241..a4befe0 100644 --- a/dotfiles/.config/ranger/rifle.conf +++ b/dotfiles/.config/ranger/rifle.conf @@ -55,6 +55,6 @@ # install a rare browser, you probably use it. Firefox/konqueror/w3m on the # other hand are often only installed as fallback browsers. -else = setsid xdg-open "$1" > /dev/null 2>&1 & +else = xdg-open "$1" 2> /dev/null label editor = "$EDITOR" -- "$@" label pager = "$PAGER" -- "$@" |