aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-10-24 15:03:00 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-10-24 15:03:00 +0300
commit96faee8cc2a1deddd1031c4e45713d1d159a80b4 (patch)
tree1e649f9134aaec42cccb446ff53b7a8356ca8c10 /dotfiles/.config
parentdcc1fb732f491bb0aa7fcf505fca3451b4680830 (diff)
downloadswayrice-96faee8cc2a1deddd1031c4e45713d1d159a80b4.tar.gz
swayrice-96faee8cc2a1deddd1031c4e45713d1d159a80b4.zip
ranger rifle: open xdg-open/mimeo in background
Diffstat (limited to 'dotfiles/.config')
-rw-r--r--dotfiles/.config/ranger/rifle.conf2
1 files changed, 1 insertions, 1 deletions
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" -- "$@"