diff options
-rw-r--r-- | .config/lf/lfrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 377e50b..c164970 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -1,3 +1,3 @@ cmd open ${{ - xdg-open $f + nohup xdg-open "$f" > /dev/null 2>&1 & }} |