summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-01-19 13:16:37 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-01-19 13:16:37 +0400
commit27c1fc89f853589c700968688b84806f32f74a34 (patch)
treeff395a6fbba7a8a6a580aa5fc788fc0d7f9b4e89
parent3d1ae4e8457b07ff6289852b5dda3a625287bd00 (diff)
lfrc: use key `x` to play videos with mpv
-rw-r--r--config/lf/lfrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/lf/lfrc b/config/lf/lfrc
index 8f3b2ac..8606a42 100644
--- a/config/lf/lfrc
+++ b/config/lf/lfrc
@@ -13,7 +13,7 @@ map m push $mkdir<space>
map t push $touch<space>
map D trash
map <c-f> $lf -remote "send $id select \"$(fzf --reverse)\""
-map x $$f # execute current file (must be executable)
+map x $setsid mpv "$f" # execute current file (must be executable)
map zb :{{ set sortby natural; set info size; set preview; set ratios 5:2; }}
map zz :{{ set preview; set ratios 1:2:3; }}