You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Over on the X11 side, I used -ps in dmenu to preselect an option in the menu indicating a mode or state that is currently active. Reading up the manpage for bemenu, I expected --index to do the same for me.
However, I noticed that while the passed index is preselected, the items on the left of the option are hidden. Is there any way to show the items before the selected item?
For example, executing the command below only shows C where I expect A, B, and C to be shown with C being highlighted.
echo "A
B
C" | bemenu --index 2
The text was updated successfully, but these errors were encountered:
Over on the X11 side, I used
-ps
in dmenu to preselect an option in the menu indicating a mode or state that is currently active. Reading up the manpage for bemenu, I expected--index
to do the same for me.However, I noticed that while the passed index is preselected, the items on the left of the option are hidden. Is there any way to show the items before the selected item?
For example, executing the command below only shows C where I expect A, B, and C to be shown with C being highlighted.
The text was updated successfully, but these errors were encountered: