diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-23 12:42:37 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-23 12:42:37 +0900 |
| commit | 07d294425a98ee5d1e22d03e2b24ae2c76e487c0 (patch) | |
| tree | a6818f0d64438c5fdb88b00a35d944f80c056213 /mac/.config/mpv/script-opts/mdmenu.conf | |
| parent | 6fc28cdb3529ca8ee864cb5c41674cb0a4af72a1 (diff) | |
updates
Diffstat (limited to 'mac/.config/mpv/script-opts/mdmenu.conf')
| -rw-r--r-- | mac/.config/mpv/script-opts/mdmenu.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mac/.config/mpv/script-opts/mdmenu.conf b/mac/.config/mpv/script-opts/mdmenu.conf new file mode 100644 index 0000000..b8c00ac --- /dev/null +++ b/mac/.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 |
