aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/lf/lfrc
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.config/lf/lfrc')
-rw-r--r--dotfiles/.config/lf/lfrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/lf/lfrc b/dotfiles/.config/lf/lfrc
index e9223b8..a8dcb4a 100644
--- a/dotfiles/.config/lf/lfrc
+++ b/dotfiles/.config/lf/lfrc
@@ -66,7 +66,7 @@ cmd fzf_jump ${{
cmd fzf_open ${{
res="$(find . -type d -path "*/\.*" -prune -o -not -name ".*" -type f | fzf)"
if [ -e "$res" ]; then
- &xdg-open "$res"
+ setsid xdg-open "$res" &
fi
}}