async-pre-read not working with combi #1819
Unanswered
alperyilmaz
asked this question in
(Possible) Issues
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry if I misused some terms. In that case, yes I mean "script mode". A script is running slow and its output should not block rofi UI start. I noticed |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Let's generate a
slow.sh
script:If I run the script and send it thru pipe, rofi works async (even without
-async-pre-read
option), rofi immediately opens up GUI and list is updated as script produces output../slow.sh | rofi -dmenu
I want to use the async property in combi mode, even with
-async-pre-read
option, rofi waits for slow script to finish in order to show the UI.rofi -modi combi -combi-modi drun,"slow:./slow.sh" -show combi -config /dev/null -async-pre-read 0
is there a way to have async functionality in combi mode? my rofi version is 1.7.5-81-git-d786129f
Beta Was this translation helpful? Give feedback.
All reactions