diff options
author | xengineering <me@xengineering.eu> | 2022-10-06 20:17:33 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-10-06 20:17:33 +0200 |
commit | 61ea702f8bd97784db48712799fff8065d17962d (patch) | |
tree | 8b0403b0eae3bff58c24fc2794ed5e4c61cc8387 | |
parent | 042bf7a6a36a629c38c63374706ca42272f29895 (diff) | |
download | dotfiles-61ea702f8bd97784db48712799fff8065d17962d.tar dotfiles-61ea702f8bd97784db48712799fff8065d17962d.tar.zst dotfiles-61ea702f8bd97784db48712799fff8065d17962d.zip |
Use 'open' implementation also for lf
-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 & }} |