From 64a45a3197660feebc39266f142fe19110692932 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Fri, 17 Nov 2023 09:27:04 +0100 Subject: [PATCH] rename ranger_at_file, add it to mpv --- .config/mpv/input.conf | 2 +- .config/zathura/zathurarc | 2 +- .local/bin/{ranger_at_file => tools/openfilebrowser} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename .local/bin/{ranger_at_file => tools/openfilebrowser} (100%) diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index 1a492d8..29b62b6 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -63,7 +63,7 @@ j no-osd seek -5 exact # seek exactly 5 seconds backward #Alt+down add video-pan-y -0.1 # move the video up Alt++ add video-zoom 0.1 # zoom in Alt+- add video-zoom -0.1 # zoom out -Alt+ENTER run "open_at_video" "${=path}" +Alt+ENTER run "openfilebrowser" "${=path}" #Alt+BS set video-zoom 0 ; set video-pan-x 0 ; set video-pan-y 0 # reset zoom and pan settings #PGUP add chapter 1 # seek to the next chapter #PGDWN add chapter -1 # seek to the previous chapter diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index ef9c9e9..de4c067 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -14,4 +14,4 @@ map i recolor map p print map g goto top map exec zathura_backward_search.sh -map exec ranger_at_file $FILE +map exec openfilebrowser $FILE diff --git a/.local/bin/ranger_at_file b/.local/bin/tools/openfilebrowser similarity index 100% rename from .local/bin/ranger_at_file rename to .local/bin/tools/openfilebrowser