~scoopta/wofi#169: 
prompt text not shown without selection options

In i3 I have used rofi as a nicer looking replacement for nagbar by hijacking the dmenu-mode and no prompt line:

rofi -dmenu -lines 0 -p 'New name'

This shows a single input line with the "New name" prompt contained.

The equivalent with wofi unfortunately doesn't work that way

wofi --dmenu --lines 0 --prompt 'New name'

line 0 does not limit the number of shown (empty) lines and without selection options passed in using stdin, no prompt text is shown here. Can this be added to wofi?

Kind regards and thanks for wofi Johannes

Status
REPORTED
Submitter
Johannes Wienke
Assigned to
No-one
Submitted
3 years ago
Updated
5 months ago
Labels
No labels applied.

~markstos 2 years ago

I miss these features from Rofi as well.

The primary one this issue is about is the one in the title.

The second issue which could be split into a separate issue report is that --lines 0 should display only the input box, like Rofi.

~scoopta 2 years ago

I can probably fix the prompt issue trivially(I hope), I'm not so sure about --lines 0 I'll look into both if I have time. I might start trying to work on addressing the open issues here, no promises but it could be good for me to work on wofi again.

~blueingreen 5 months ago

Bump

~markstos 5 months ago

Fuzzel added this feature.

See an example here in the window anchoring section: https://mark.stosberg.com/fuzzel-1-10/

Register here or Log in to comment, or comment via email.