svenstaro / rofi-calc

🖩 Do live calculations in rofi!
MIT License
964 stars 31 forks source link

What to do for long text? #83

Closed ak1932 closed 2 years ago

ak1932 commented 2 years ago

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

svenstaro commented 2 years ago

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

DaveDavenport commented 2 years ago

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?
ak1932 commented 2 years ago
  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.