svenstaro / rofi-calc

🖩 Do live calculations in rofi!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What to do for long text?

ak1932 opened this issue · comments

Normally I just give rofi the -keep-right flag to see the end of the line but not working with calc. Here I can't see the second result.

rofi-2022-02-05-1225-00000

Frankly not sure. @DaveDavenport could you provide a little input on this one?

Not sure why my feedback is needed? but I can muse:

  1. keep-right is a dmenu option (see man rofi-dmenu), it does not apply here.
  2. Use a less horizontally challenged theme?
  3. Use a smaller font
  4. Use the -kb-ellipsize keybinding to make the other parts of the string visible?
  1. keep-right is a dmenu option (see man rofi-dmenu), it does not apply here.

Yes I figured that later on. 😅

4. Use the -kb-ellipsize keybinding to make the other parts of the string visible?

Did not know such a binding existed. Would use it from now on. 👍
For anyone else who might not know about this binding with Alt+period you can toggle between ellipsized modes.