From 4e34cbf9673aeaba252e01df554a0d204e83c5e2 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 8 Apr 2026 13:26:13 +0900 Subject: * MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated-commit-by: dots Signed-off-by: Robert Günzler --- .config/mpv/script-opts/playlist_view.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .config/mpv/script-opts/playlist_view.conf (limited to '.config/mpv/script-opts/playlist_view.conf') diff --git a/.config/mpv/script-opts/playlist_view.conf b/.config/mpv/script-opts/playlist_view.conf new file mode 100644 index 0000000..fcec2f0 --- /dev/null +++ b/.config/mpv/script-opts/playlist_view.conf @@ -0,0 +1,16 @@ +start_on_file_end=no + +gallery_position={ 0, 0 } +gallery_size={ ww, wh } + +background_color=101010 +background_opacity=33 + +UP=k +DOWN=j +LEFT=h +RIGHT=l +PAGE_UP=PGUP +PAGE_DOWN=PGDWN +FIRST=g-g +LAST=G -- cgit 1.4.1