diff options
author | xengineering <me@xengineering.eu> | 2022-10-06 20:05:20 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-10-06 20:05:20 +0200 |
commit | 35420ede07506a435b8355cab2aa2801f3019f95 (patch) | |
tree | 10618f9a04f633b70b6bd7bffe5cdbae344cb15d | |
parent | 5ff984d81ae504cf4be81a7f2c2bd445386b4467 (diff) | |
download | dotfiles-35420ede07506a435b8355cab2aa2801f3019f95.tar dotfiles-35420ede07506a435b8355cab2aa2801f3019f95.tar.zst dotfiles-35420ede07506a435b8355cab2aa2801f3019f95.zip |
Add config file for lf file manager
This sets xdg-open as default for opening files.
-rw-r--r-- | .config/lf/lfrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc new file mode 100644 index 0000000..377e50b --- /dev/null +++ b/.config/lf/lfrc @@ -0,0 +1,3 @@ +cmd open ${{ + xdg-open $f +}} |