First item of custom menu selected after closing rofi menu w/out input #1563
arilebedey
started this conversation in
General
Replies: 1 comment 3 replies
-
This is very confusing. MENU_CUSTOM_INPUT is internal to rofi, not a variable to be set? Further more rofi does launch chromium, you do in your script. if you 'cancel' the menu (default via escape) it returns an empty string, then in the above script it should not launch chromium. (and does not if I test it here after replacing sh -> bash). your shebang seems to be wrong, this needs to be bash? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know this issue probably has a very easy solution but even after searching, I could not find it..
Here is my bare-bones script:
I am trying to find a way to cancel the menu without rofi issuing the
chromium
command..I have tried passing the variable "MENU_CUSTOM_INPUT" mentioned in a previous commit (cited below) that closed a similar issue, but it did not work..
Also : I have added "kb-cancel: "Escape";" to the configuration portion of
config.rasi
..Above mentioned commit:
#322 (comment)_
Beta Was this translation helpful? Give feedback.
All reactions