aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2024-06-08 18:00:52 +0000
committerNRK <nrk@disroot.org>2024-06-08 18:01:39 +0000
commit5502e2bc76be53ccfe214cf7b67310f67246a8cc (patch)
tree3a8b88d5445898ce36c73bb6509ed90c93823864 /mpv-plugin
parentmpv-plugin/mdmenu: new package (diff)
downloadguru-5502e2bc76be53ccfe214cf7b67310f67246a8cc.tar.gz
guru-5502e2bc76be53ccfe214cf7b67310f67246a8cc.tar.bz2
guru-5502e2bc76be53ccfe214cf7b67310f67246a8cc.zip
mpv-plugin/mdmenu: tidy up
Signed-off-by: NRK <nrk@disroot.org>
Diffstat (limited to 'mpv-plugin')
-rw-r--r--mpv-plugin/mdmenu/mdmenu-20240215.ebuild13
1 files changed, 9 insertions, 4 deletions
diff --git a/mpv-plugin/mdmenu/mdmenu-20240215.ebuild b/mpv-plugin/mdmenu/mdmenu-20240215.ebuild
index bed09fd273..2808df8724 100644
--- a/mpv-plugin/mdmenu/mdmenu-20240215.ebuild
+++ b/mpv-plugin/mdmenu/mdmenu-20240215.ebuild
@@ -25,10 +25,15 @@ DOCS=( mdmenu.conf README.md )
pkg_postinst() {
mpv-plugin_pkg_postinst
+
+ einfo "mdmenu does not set any keybindings by default."
+ einfo "Customize ~~/input.conf according to the documentation "
+ einfo "in order to set custom bindings."
+
if use custom-cmd ; then
- ewarn "mdmenu has been installed without a launcher."
- ewarn "You will need to configure \`cmd\` in script-opt "
- ewarn "to a dmenu-compatible app for mdmenu to work."
- ewarn "Please refer to the documents for more info."
+ ewarn "mdmenu has been installed without dmenu."
+ ewarn "You will need to set \`cmd\` in ~~/script-opts/mdmenu.conf "
+ ewarn "to a dmenu-compatible application for mdmenu to work."
+ ewarn "Please refer to the documentation for more info."
fi
}