bemenu -> wmenu

This commit is contained in:
2025-10-26 00:11:49 +00:00
parent dc4de3e6b8
commit f4dd706b6a
5 changed files with 10 additions and 9 deletions

View File

@@ -4,9 +4,9 @@ shift
page="$1"
if [ -z "$page" ]; then
page="$(
man -k . | \
(bemenu --prompt "man" || exec ~/.local/bin/bemenu/run.sh) | \
apropos -s 1,8 . | \
(~/.local/bin/menu/vertical.sh -p "man" || exec ~/.local/bin/menu/run.sh) | \
sed ' s/\s\+\-.*//;s/ //g'
)"
)"
fi
exec alacritty msg create-window --class="term_float" --working-directory="$HOME" --command "man '$page' || read -n1"