summaryrefslogtreecommitdiff
path: root/lf/lfrc
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-02-06 20:22:51 +0100
committerxengineering <me@xengineering.eu>2023-02-06 20:56:54 +0100
commit19de43cb6ab28a95e8d7f9c2144386dac4ad42be (patch)
tree7f075405f74769f4a35e8bcda887510cac619971 /lf/lfrc
parent1974e434f8a6b36bd0998a7f124cd921c88eb393 (diff)
downloaddotfiles-19de43cb6ab28a95e8d7f9c2144386dac4ad42be.tar
dotfiles-19de43cb6ab28a95e8d7f9c2144386dac4ad42be.tar.zst
dotfiles-19de43cb6ab28a95e8d7f9c2144386dac4ad42be.zip
Relocate dotfiles in XDG config home
This make ~/.config a simple Git repository instead of the handling with worktrees and bare repositories which is too complex.
Diffstat (limited to 'lf/lfrc')
-rw-r--r--lf/lfrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/lf/lfrc b/lf/lfrc
new file mode 100644
index 0000000..c164970
--- /dev/null
+++ b/lf/lfrc
@@ -0,0 +1,3 @@
+cmd open ${{
+ nohup xdg-open "$f" > /dev/null 2>&1 &
+}}