From 28e8bdf7f8286bd431b7f3b709e79f3827b31469 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 24 Dec 2025 13:54:03 +0900 Subject: updates --- debian/.config/mpv/script-opts/mdmenu.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/.config/mpv/script-opts/mdmenu.conf (limited to 'debian/.config/mpv/script-opts/mdmenu.conf') diff --git a/debian/.config/mpv/script-opts/mdmenu.conf b/debian/.config/mpv/script-opts/mdmenu.conf new file mode 100644 index 0000000..b8c00ac --- /dev/null +++ b/debian/.config/mpv/script-opts/mdmenu.conf @@ -0,0 +1,13 @@ +# if enabled, dmenu will be embedded inside the mpv instance. +# on older mpv versions (v0.35.0 and below) depends on +# [xdo](https://github.com/baskerville/xdo) to get mpv's xwindow id. +embed=yes + +# if enabled, the "current item" (e.g current chapter) will be preselected in dmenu. +# requires [preselect](https://tools.suckless.org/dmenu/patches/preselect/) +preselect=no + +# command that gets invoked. +# can be replaced with anything else that's "dmenu compliant" (such as rofi's dmenu mode). +# arguments are comma separated. +cmd=dmenu,-i,-l,16 -- cgit v1.2.3