Return index in -show window mode in result #2228
Answered
by
DaveDavenport
kohnish
asked this question in
(Possible) Issues
-
|
A dmenu command likes this works as expected and I can get the index. But this also show entries with icons by default for some reasons. $titles are just strings obtained via xtitle. But selected_index is empty. It'd be great if -show window returned the selected index. |
Beta Was this translation helpful? Give feedback.
Answered by
DaveDavenport
Oct 25, 2025
Replies: 1 comment 1 reply
-
|
Not an issue, intended behavior.. window mode is not dmenu. It does not read options from input, it gets the options from the Xserver/wayland and same for its actions.
yes, this is it intended function. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kohnish
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not an issue, intended behavior.. window mode is not dmenu.
It does not read options from input, it gets the options from the Xserver/wayland and same for its actions.
yes, this is it intended function.