Skip to content

-selected-row causing hangs in ruby script #1692

Discussion options

You must be logged in to vote

To be able to specify a row you want selected at startup rofi needs to read the input first (otherwise the selected row does not exists).
E.g. it goes into sync mode. Sync mode blocks until your script closes the input, because it needs to know when you are done sending input. Fix your script to close its output once it is done sending.

For the '200ms' delay, see issue tracker and update your rofi.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by madprops
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants