From 96faee8cc2a1deddd1031c4e45713d1d159a80b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sat, 24 Oct 2020 15:03:00 +0300 Subject: ranger rifle: open xdg-open/mimeo in background --- dotfiles/.config/ranger/rifle.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/.config') diff --git a/dotfiles/.config/ranger/rifle.conf b/dotfiles/.config/ranger/rifle.conf index a4befe0..e0f7a04 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 = xdg-open "$1" 2> /dev/null +else = setsid xdg-open "$1" 2> /dev/null & label editor = "$EDITOR" -- "$@" label pager = "$PAGER" -- "$@" -- cgit v1.2.3