From 460f7f9df5b77e7e7b8cff334881e468430d837d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Thu, 20 Apr 2023 02:53:57 +0300 Subject: lf: fix fzf_open --- dotfiles/.config/lf/lfrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} -- cgit v1.2.3