From 0eb11ed2c3dc235349b87d20bf657f2fb9729994 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 3 Dec 2020 12:56:51 +0100 Subject: Add bin/mvi and config; mpv-based image viewer --- .config/mvi/script-opts/image_positioning.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .config/mvi/script-opts/image_positioning.conf (limited to '.config/mvi/script-opts/image_positioning.conf') diff --git a/.config/mvi/script-opts/image_positioning.conf b/.config/mvi/script-opts/image_positioning.conf new file mode 100644 index 0000000..5b72fb9 --- /dev/null +++ b/.config/mvi/script-opts/image_positioning.conf @@ -0,0 +1,8 @@ +# size of the margins with drag-to-pan +drag_to_pan_margin=50 +drag_to_pan_move_if_full_view=no + +# size of the margins with pan-follows-cursor +pan_follows_cursor_margin=50 +# whether pan-follows-cursor should pan when the entire image is visible +pan_follows_cursor_move_if_full_view=no -- cgit 1.4.1