summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-10-06 20:17:33 +0200
committerxengineering <me@xengineering.eu>2022-10-06 20:17:33 +0200
commit61ea702f8bd97784db48712799fff8065d17962d (patch)
tree8b0403b0eae3bff58c24fc2794ed5e4c61cc8387
parent042bf7a6a36a629c38c63374706ca42272f29895 (diff)
downloaddotfiles-61ea702f8bd97784db48712799fff8065d17962d.tar
dotfiles-61ea702f8bd97784db48712799fff8065d17962d.tar.zst
dotfiles-61ea702f8bd97784db48712799fff8065d17962d.zip
Use 'open' implementation also for lf
-rw-r--r--.config/lf/lfrc2
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 &
}}